- This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Clean Corporate Pro › Site not translating to mobile
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
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.
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.
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!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |