Tagged: x
-
AuthorPosts
-
August 17, 2016 at 1:27 pm #1135547
fredrik_burmanParticipantHi,
I have an issue with my site. http://www.atek.nu, more specifically the news section https://www.atek.nu/nyheter/I want it to display full width on small devices and it looks fine in chrome developer tools when I view it as a emulated iPhone 5 device. However looking at a real iPhone5 device it is displayed in a boxed layout, not full width.
I do have some custom CSS in place which solved the issue for the portfolio item pages.
Do you know what I should change in my custom CSS?
Attached screenshots of chrome and a real device.Thanks
/FredrikAugust 17, 2016 at 1:31 pm #1135552
fredrik_burmanParticipantSorry, one file was too large.
August 17, 2016 at 2:03 pm #1135591
fredrik_burmanParticipantI just found something interesting.
Initially the page loads fine, but as soon as a post image is loaded then the “boxed” layout appears.August 17, 2016 at 2:06 pm #1135599
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
@media screen and (max-width: 767px) { .blog .x-container.width { padding: 0px !important; } }Make sure to clean your mobile browser cache before testing it again.
** At the moment you have 10px padding which looks really good in my opinion, I have checked on my Android phone and it is responding well.
Let us know how it goes,
Joao
August 17, 2016 at 2:22 pm #1135625
fredrik_burmanParticipantSolved it myself. This can be deleted..
August 17, 2016 at 6:25 pm #1135900
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1135547 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
