Tagged: ,

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

    Hello,
    I have a problem to make 2 columns on mobile from 5 columns in two rows on desktop.

    Desktop veiw
    desktop
    Mobile view
    mobile

    How i can make mobile without empty spots just two columns 5 icons in column.

    • This topic was modified 5 years, 9 months ago by tdutkowski.
    #1057275

    Hey tdutkowski,

    Can you give us a link to the page mentioned? so we can try to take a closer look and give some css codes that should help.

    Best regards,
    Nikko

    #1057287

    You need to login

    #1057304

    Hi tdutkowski,

    Thanks, try adding this css code in QUick CSS (located in Enfold > General Styling):

    #flex .entry-content-wrapper .flex_column.av_one_fifth {
        clear: none;
    }
    
    #flex .entry-content-wrapper .flex_column.av_one_fifth:nth-child(even) {
        clear: both;
    }

    Best regards,
    Nikko

    #1057311

    Work perfect, thank you!

    #1057324

    Hi tdutkowski,

    Glad that we are able to help :)
    Feel free to create a new thread if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

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