Hello,
I have a problem to make 2 columns on mobile from 5 columns in two rows on desktop.
Desktop veiw
Mobile view
How i can make mobile without empty spots just two columns 5 icons in column.
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
You need to login
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
Work perfect, thank you!
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