Tagged: x
-
AuthorPosts
-
August 26, 2016 at 11:58 pm #1149288
simoneParticipantHello,
The second column in the row on my about page is not showing up on mobile. Any help is appreciated.
Thank you,
simoneAugust 27, 2016 at 1:21 am #1149349
LelyModeratorHello Simone,
Upon checking, the issue is because of the following custom CSS:
body { overflow: hidden; }Please remove it.
August 27, 2016 at 9:00 pm #1150103
simoneParticipantThank you!
August 28, 2016 at 12:35 am #1150201
LelyModeratorYou’re welcome!
Cheers!
August 29, 2016 at 8:04 am #1151669
simoneParticipantHi Again,
I just realized why I had the following CSS – it was to hide the double scroll bar – do you have another solution?body {
overflow: hidden;
}thanks,
SimoneAugust 29, 2016 at 8:16 am #1151680
ThaiModeratorHi There,
Please remove that custom CSS and add the following CSS instead:
html { overflow-x: initial; }Hope it helps 🙂
September 3, 2016 at 10:54 pm #1160196
simoneParticipantStill not seeing the second column of our ABOUT page on mobile. The gift certificate column on the first page is also not showing content on mobile. Thank you in advance.
http://www.cercatrovayoga.com
http://www.cercatrovayoga.com/about/September 4, 2016 at 3:29 am #1160371
Rue NelModeratorHello There,
Thanks for the updates! The reason behind this issue is your custom css. You are using this:
.map { overflow: hidden; max-height: 500px; }You need to update it and use this code instead:
@media(min-width: 980px){ .map { overflow: hidden; max-height: 500px; } }Please let us know if this works out for you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1149288 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
