Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #155957
    mpihosting
    Participant

    Hi,

    First off, great job on this theme. If we can figure out how to make the site look better on mobile, I want to purchase the Pro version.

    The website is http://www.StarkeyRanchAutoRepair.com and thanks to your theme, it looks AMAZING on a desktop PC and even an iPad. On an iPhone or Android phone, the website is mangled and unusable. What can I do?

    Thanks!

    #156137
    tikaram
    Participant

    @mpihosting : You can disable the site title and tagline for the mobile, upload a logo so that it appears instead of the title and tagline. If you would like to make the mobile version as in the screenshot, Let me know I will provide you the additional css.

    Regards,
    Tikaram

    #156233
    mpihosting
    Participant

    If you could guide me on how to do that, that would be awesome. Thank you for the help!

    #156270
    tikaram
    Participant

    @mpihosting : Login to your WordPress admin. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (max-width: 690px) {
    .home .custom-header .entry-title {
        font-size: 1.2rem !important;
    }
    .custom-header-content .entry-summary {
    	line-height: 1.2 !important;
    	font-size: 14px !important;
    }
    .site-identity {
    	display: none !important;
    	}
    }

    Let me know if you have any more issues

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issues with mobile version of content’ is closed to new replies.