Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1065964

    Hello,

    I have 5 (product) columns made using a grid row.
    On a large screen (2600px) it looks fine

    If I decrease the screen size all columns get different size based on the content.
    How to I keep all the same size / responsive.

    #1066038

    Hey badoes,

    I don’t think it will look good to keep it at 5 columns, but you can try adding this css code in Quick CSS (located in Enfold > General Styling) to keep it 5 columns even in smaller devices:

    .responsive #top #wrap_all .flex_column.av_one_fifth {
        width: 20% !important;
        margin-left: 0 !important;
    }

    Best regards,
    Nikko

    #1066039

    Thanks Nikko,

    Will try this

    #1066083

    Hi,

    Did you need further help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1073195

    Great worked for me, thanks

    #1073282

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to keep colums responsive’ is closed to new replies.