Home Forums Pro Themes Clean Corporate Pro Site not translating to mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47458
    Lauren
    Participant

    I purchased the Clean Corporate Pro theme, and after making all the color changes etc, once I test on my phone, the site is not even functional. I want to make sure I haven’t missed a key setting to help with this, but everything is off in the mobile version. Even the “full site” link at the bottom won’t work. In Google Chrome, it looks the same as on my phone.. again I’m lost as it is not looking consistent.

    The site is still being worked on, but I made it live in case someone can help!

    Thanks in advance!

    nexgenpestsolutions.com

    #47474
    wensolutions
    Keymaster

    Hello @laurendro,

    When we have inspected your site we found that you activated the mobile mode of the Jetpack .

    So please deactivate the mobile mode by going to Admin Panel > Jetpack > Settings > Optimise your site for smartphones and verify the issue .

    Screen shot :

    https://image.prntscr.com/image/J9PWDlz0ReGDelJB5Vl1xg.png

    Please kindly let us know if above steps does not solve your issue .

    Best Regards!!

    Have a good day.

    #47529
    Lauren
    Participant

    That worked great! Thank you SO much.

    One last thing I am noticing is the logo stretches as it expands to tablet. I’m sure I’m overlooking the right style sheet, but can you assist in that as well? Thanks again. I really appreciate it.

    #47591
    wensolutions
    Keymaster

    Hello @laurendro,

    Nice to know that your issue is solved .

    Now to adjust the logo size use below given CSS .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media (max-width : 900px){
    	.site-header .site-branding{
    		max-width: 250px;
    	}
    }
    @media (max-width : 767px){
    	.site-header .site-branding{
    		max-width: 150px;
    	}
    }

    Hope this helps.

    If you have any confusion further feel free to post them.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.