Hi,
if you look at the website (private content) you see that the blog grid elements don´t break when viewing on mobile devices. The thumbnails of the blog post just get smaller. What can I do about that?
Thanks for your help!
KR
Hey seidelinho!
Are you wanting the two columns to break into one column on mobile devices? They are shrinking because your using the content slider. What you’ll want to do here is use the blog posts element instead and set the style to grid.
Best regards,
Elliott
Hi Elliott,
yes I want it to break into one column on mobile devices. In fact, I´m using the blog posts element with gridstyle…The slider above the blog elements is just a layerslider.
Any suggestions?
Hey!
You can add this on the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 100%;
margin-left: 0;
}}
Regards,
Ismael
Sorry, but that didn´t work. Any other suggestions?
Hi!
The blog grid style should be doing that automatically, http://kriesi.at/themes/enfold/blog/blog-grid/.
Can you send us a WordPress login?
Best regards,
Elliott
Hey!
Your using the Masonry there. The blog posts shortcode is what your wanting.
Make sure to refresh your caching plugin after doing the changes.
Regards,
Elliott
Ok, but shouldn´t it work for masonry aswell? How can I make it work there?
Thanks
Hi!
Add this to the Quick CSS field:
@media only screen and (max-width: 767px) {
#top .container .av-masonry-col-flexible .av-masonry-entry {
width: 100%;
}}
Regards,
Ismael
Perfect! Thanks