Tagged: x
-
AuthorPosts
-
July 5, 2016 at 1:28 pm #1073406
Olianna PParticipantHi!
(1) I successfully removed the footer widget area from mobile, however, there remains a white empty space between the first section and the footer on homepage. How can I get rid of that white background space?
The site is http://opdesignstudio.com/ and again, I’m referring to how it looks on the iphone.
(2) I’m also having a problem hiding sections from my mobile. I’m hiding them in cornerstone but somehow they still show on my phone. Can you please help with that?
Thanks!
July 5, 2016 at 1:33 pm #1073414
JadeModeratorHi Olianna,
Please add this code in the customizer:
@media (max-width: 979px ) { .x-colophon.top { padding: 0 !important; } }Hope this helps.
July 6, 2016 at 10:45 pm #1075867
Olianna PParticipantThanks Jade, it worked but the home page doesn’t cover the entire screen on my phone. Can we make it bigger?
Also, 2) I’m having a problem hiding sections from my mobile. I’m hiding them in cornerstone but somehow they still show on my phone. Can you please help with that?
Thanks!
July 7, 2016 at 2:16 am #1076038
Paul RModeratorHi,
1. If we’ll make it bigger your image will no longer in proportion and will look distorted.
We can set the body background color to be same as your footer to get rid of the white space.
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 979px ) { body { background-color:#53c6cd; } }2. Can you specify which page and section you are trying to hide in mobile.
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1073406 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
