Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1208441

    Hi,

    I have three 1/3 columns in a section labelled “Latest Issue”. I am trying to reduce the space between the columns but at the same time set the columns to be equal height.

    I applied the following CSS and it only works if the columns are set to “Individual Height”

    .page-id-7803 div .av_one_third {
    margin-left: 2% !important;
    width: 31.333333%;
    }

    How can I make this work with the columns set to “Equal Height”

    My page

    #1209158

    Hi navindesigns,

    Edit the first 1/3 Column, in Row Settings > Equal Height Columns set to Equal Height.
    Then use this CSS code:

    #top.page-id-7803 .av-equal-height-column-flextable .av-flex-placeholder {
        width: 2%;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1209205

    That worked perfect.

    Thanks!!!

    #1209390

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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