Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #876681

    Hi guys,

    When I set rows to “equal height” the custom CSS is gone and replaced with what looks like the default padding. Please see screenshot here. What I like to achieve is to have the rows have equal height in combination with my custom CSS (eg. less space between the colums)

    Any ideas on how to fix this?

    Best regards,

    Steven

    • This topic was modified 7 years, 2 months ago by steviger.
    #877121

    For those who’ve been struggling with this issue. This will reduce the padding:

    /*Small margins between blocks with equal height*/
    .av-flex-placeholder {width: 2%!important;}

    Or:

    /*Small margins between blocks with equal height on a specific page*/
    .page-id-yournumber .av-flex-placeholder {width: 2%!important;}

    Cheers,

    Steven

    #877561

    Hi,

    Glad you figured it out Steven and thanks for sharing your solution :)

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘[SOLVED] Setting row to equal height removes custom CSS’ is closed to new replies.