Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #974552

    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

    #974595

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.