Tagged: x
-
AuthorPosts
-
July 3, 2016 at 2:37 am #1070144
CreativenwParticipantCurrently have latest build and all updates done.
Using Icon Stack as a single page site.I have everything working fine apart from 800 x 600 in landscape mode which bunches the columns too much, Its fine when rotated to portrait 600 x 800 as swaps to mobile. All the other sizes seem to be ok. Is there a media query that can force this size of 800 x 600 landscape to 600 x 800 portrait ? I was thinking along lines of
@media screen and (min-width: 600px) and (max-width: 800px)
{
orientation: portrait;
}Or can the preset of 768-979 be altered to 802-979 and 481-767 to 481-801
Thanks in advance
July 3, 2016 at 3:26 am #1070171
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (max-width: 801px){ .x-column.x-sm { float: none; width: 100%; margin-right: 0; } }Hope that helps.
July 3, 2016 at 4:28 am #1070195
CreativenwParticipantThis reply has been marked as private.July 3, 2016 at 4:32 am #1070196
CreativenwParticipantThis reply has been marked as private.July 3, 2016 at 4:32 am #1070197
ChristopherModeratorHi there,
Please find this code :
@media (max-width: 979px){ body .x-navbar-wrap { display:none !important; }And close curly bracket :
@media (max-width: 979px){ body .x-navbar-wrap { display:none !important; } }Hope it helps.
July 3, 2016 at 5:20 am #1070222
CreativenwParticipantThis reply has been marked as private.July 3, 2016 at 5:57 am #1070236
ChristopherModeratorHi there,
Please update previous code to :
@media (max-width: 801px){ .x-section .x-container.marginless-columns .x-column { display: block !important; } .x-column.x-sm { float: none !important; width: 100% !important; margin-right: 0 !important; } }Hope that helps.
July 3, 2016 at 5:59 am #1070237
CreativenwParticipantThank you so much, perfect.
Just need to sort the other bits, which I know I can sort myself.
X Support is awesomeness !!!!!!!
July 3, 2016 at 6:06 am #1070243
ChristopherModeratorGlad we could help you with this.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1070144 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
