Tagged: responsive columns
How can I make the mobile spacing even between responsive columns? There is a larger gap between columns 2+3 (than between 1+2 and 2+4) on mobile.
Hey nV15OoBtg21iTn5z,
Thank you for the inquiry.
Adding the css code below should decrease the space between the columns.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top .flex_column_table.av-4ocf5e-8fae4a7ca57c36c2019bdb46d8d6a015.sc-av_one_half.av-equal-height-column-flextable {
margin-top: 0;
}
}
Best regards,
Ismael
Worked perfectly. Thank you!
Hi nV15OoBtg21iTn5z,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko