Tagged: x
-
AuthorPosts
-
July 27, 2016 at 3:52 pm #1105890
BanmierParticipantHello,
I’m curious, is it possible to set a site, using the Integrity stack, to display pages as having no container (like the “blank – No Container | Header, Footer” Template) when viewed on a mobile device while still maintaining the default container header, footer template when viewed on a computer?
If not is it possible to change the Integrity stack to display post items in the “blank – No Container | Header, Footer” template style?
Thanks for you help.
July 27, 2016 at 8:10 pm #1106237
LelyModeratorHi There,
Thanks for posting in.
Changing template is possible but that would mean different content. If you just want to get rid of the container on mobile view, we can use CSS. Please share us the exact page URL so we can check. Just to be clear, you want this page to be fullwidth on mobile?July 28, 2016 at 6:40 am #1106942
BanmierParticipantHere is an example link from my page:
http://www.realestate360today.com/slideshow/55-love-lane/
Yes I would like the site to be fullwidth on mobile.
July 28, 2016 at 8:26 am #1107056
JoaoModeratorHi there,
Please add the following code to Appereance > Customizer > Custom > CSS
@media (max-width: 480px) { .x-container.offset { margin: 0; } .x-container.max { width: 100%; } }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1105890 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
