Hello,
I have a page with two 1/2 columns that are touching. I have “Space between columns” set correctly, but it’s behaving like “No space between columns. Any quick css I can add to solve the problem?
Thanks,
Steve
Hey Steve,
It looks like your caching / minifying plugin is giving this:
div .av_one_half {
margin-left: 0
}
Perhaps clearing it will help, otherwise please try this css in your WordPress > Customize > Additional CSS:
@media only screen and (min-width: 767px) {
.flex_column.av_one_half.flex_column_div.avia-builder-el-51 {
margin-left: 6% !important;
}
}
Feel free to adjust the margin to suit, 6% is the theme standard.
Best regards,
Mike