Tagged: 

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

    Hi all,

    I’m new to the Enfold-theme, and loving it already :-)

    One thing I might need custom CSS for: if I use the Avia Layout Builder, 1/2 page, post slider, say in this order:

    1 2
    3 4
    5 6

    I would like them to be the same size (in height), so that the lay-out doesn’t change all the time if one item is shorter than another. I hope you understand what I mean :-)

    So basically I need those boxes to be fixed in seize. Using 1/2 page the width is not the problem, but the hight changes at the moment and that needs to be fixed.

    How can I do this?

    • This topic was modified 10 years, 4 months ago by Welmoed.
    #280804

    Hey!

    Try adding this code to the Quick CSS:

    .page-id-12 .entry-content-wrapper .flex_column {
        height: 400px;
    }
    .page-id-12 .entry-content-wrapper .flex_column:first-child {
        height: auto !important
    }

    Cheers! 
    Josue

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