Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #222938

    Hi!

    as per title, putting those two elements in the same page will produce this issue: multicolumn footer layout will not scale on mobile devices maintaining e.g. 3 shrink columns instead of 1 single. In all browsers.
    I tried it in a new page and no customized theme, plugins disabled … version 2.5

    thank you very much!

    #223070

    I was able to fix this with this code:

    @media only screen and (max-width: 767px) {
    /* fix for 3 columns on mobile */  
     #top .flex_column.av_one_third {
    width: 100%;
    margin-left: 0;
    }
    
    }

    as suggested on this other thread: https://kriesi.at/support/topic/after-updating-images-in-columns-are-no-longer-responsive/#post-222975

    NOTE: it works only on 3 columns layouts and it was not necessary any fix before the update, so a more stable solution would be ideal

    #223303

    Hi!

    I reported it to Kriesi. Thanks for the notice.

    Regards,
    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullwidth Masonry + Fullwidth easy slider = layout problem’ is closed to new replies.