Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #390435

    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

    #390809

    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

    #390819

    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?

    #391359

    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

    #401032

    Sorry, but that didn´t work. Any other suggestions?

    #402244

    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

    #402567
    This reply has been marked as private.
    #402993

    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

    • This reply was modified 10 years, 5 months ago by Elliott.
    #403277

    Ok, but shouldn´t it work for masonry aswell? How can I make it work there?

    Thanks

    #404080

    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

    #404095

    Perfect! Thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Blog grid elements don´t break at mobile devices’ is closed to new replies.