Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1097814

    Hi,

    I used the demo import https://kriesi.at/themes/enfold-lifestyle-blog/ for my website and have a question about the blog items presented in 2 columns.
    I would like the 2 columns to become 1 on smaller screens such as mobile devices. But it stays a 2 columns presentation.
    Do you have a suggestion how I can make this more responsive?

    Best regards
    Arnout

    #1097861

    Hey arnoutc,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .avia-content-slider1 article{
    width:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #1099241

    That solved it. Thank you very much Jordan!

    Best regards,
    Arnout

    #1099349

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘2 columns should become 1 on mobile’ is closed to new replies.