Tagged: x
-
AuthorPosts
-
November 14, 2016 at 7:20 am #1256347
mathijs84Participant.home .x-recent-posts > a { height: 207px; overflow: hidden; }This gives problem on mobile because we then need more room to make the text visibile!
November 14, 2016 at 7:52 am #1256377
JadeModeratorHi there,
Please update the code to:
@media (max-width: 767px) { .home .x-recent-posts > a { height: 207px; overflow: hidden; } }Hope this helps.
November 14, 2016 at 9:00 am #1256477
mathijs84ParticipantHi,
NOw the code doesnt seem to work anymore!November 14, 2016 at 10:18 am #1256612
JadeModeratorHi there,
Please update the code to:
.home .x-recent-posts > a { height: 207px; overflow: hidden; } @media (max-width: 767px) { .home .x-recent-posts > a { overflow: visible; } }Hope this helps.
November 22, 2016 at 10:26 am #1266998
mathijs84ParticipantUpdated, but if you check on mobile is still doesnt look good
See attached screenshot.
Maybe we can limit the amount of words on mobile?
November 22, 2016 at 11:42 am #1267091
JoaoModeratorHi There,
I have tested your blog on my Android Firefox and it is loading fine,
What device and browser you are using while experiencing the issue?
Thanks
Joao
December 13, 2016 at 5:33 pm #1291967
mathijs84ParticipantOn my iphone, you can see the text is not really nicely broken off..
See attached file
December 14, 2016 at 12:14 am #1292318
LelyModeratorHi There,
Please update the code to this:
.home .x-recent-posts > a { height: 207px; overflow: hidden; } @media (max-width: 767px) { .home .x-recent-posts > a { overflow: visible; height: initial !important; } }On mobile or smaller screens, the container width becomes smaller thus needs more height to accommodate the text height. Above CSS reset the default height that is set on large screen size.
Hope this helps.
January 2, 2017 at 5:36 am #1312432
mathijs84ParticipantPERFECT!!!
January 2, 2017 at 5:43 am #1312437
ChristopherModeratorGlad we could help you with this.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1240581 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
