Home › Forums › Iconic One Pro Support › Full Width Mode on Mobile
- This topic has 6 replies, 2 voices, and was last updated 4 years, 9 months ago by WidiN.
- AuthorPosts
- February 28, 2020 at 12:41 am #5940WidiNParticipant
My website is now in full width mode. I used the code no 9 you suggested:
The problem is, it doesn’t look good on mobile. Maybe you can check my website. This is the URL: https://englishforsma.com/ .. what could be the problem? Thanks
February 28, 2020 at 8:06 am #5947Themonic-SupportKeymasterI have just updated the code inside the CSS guide, check it out and let me know.
February 28, 2020 at 8:13 am #5951WidiNParticipantHi,
Thanks for your response. Hasn’t changed. It still doesn’t look good, though I’ve cleared all caches.
February 28, 2020 at 8:43 am #5952Themonic-SupportKeymasterJust checked your site again, it seems you are using the child theme and there is old CSS present in child theme -> style.css, the CSS inside your child theme is overriding, remove that and if still not work then try using CSS in child theme instead of customizer.
February 28, 2020 at 9:14 am #5953WidiNParticipantDo you mean this css?
.site {
max-width: 100%;
}
.site-content {
width: 65.9%;
}
.widget-area {
width: 25.9%;
}February 28, 2020 at 9:31 am #5954Themonic-SupportKeymasterYes, replace it(with the updated code from css guide) or remove it.
February 28, 2020 at 10:38 am #5956WidiNParticipantPerfect. Thanks a lot …
- AuthorPosts
- You must be logged in to reply to this topic.