Tagged: x
-
AuthorPosts
-
February 2, 2017 at 2:32 pm #1355676
KParticipantHi,
I read the forum and tried to find the solution. I got a css code from one of the threads that went a little something like this:
@media only screen and (max-width: 768px) {
.x-column.x-sm {
float: none;
margin: 0;
width: 100% !important;
}
}That should have made the ipad portrait view force the columns into x-sm mobile right(?), and it did so on some of the pages. But other pages on my site still got the 2 column squashed split on the portrait view. How can I solve this? I just want the iPad portrait to use mobile layout, which saves me a ton of time considering I am going to make more manual copies of the pages for translation and then I wont have to make that step the manual way with visibility configuration in CS. That would duplicate content which would have to be taken into account with changes in any language on every page.
February 2, 2017 at 2:37 pm #1355682
KParticipantThis reply has been marked as private.February 2, 2017 at 8:55 pm #1356167
FriechModeratorFebruary 3, 2017 at 12:17 am #1356347
KParticipantYes it works on some and on some it doesnt work. Like the contact and booking page for example. The booking page form is hard to read and use. I tried emptying the browser cache.
K
February 3, 2017 at 2:23 am #1356425
Rue NelModeratorHello There,
Thanks for updating in! it doesn’t apply to Contact and Booking page because they are not of the same structure. The row settings is using marginless columns. Please have your code updated and make use of this code:
@media only screen and (max-width: 768px) { .x-section .x-container .x-column.x-sm, .x-section .x-container.marginless-columns .x-column.x-sm { display: block; float: none; margin: 0; width: 100% !important; } }We would loved to know if this has work for you. Thank you.
February 3, 2017 at 4:38 am #1356571
KParticipantSeems to be working perfectly! Thank you so much!
K
February 3, 2017 at 6:49 am #1356672
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1355676 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

