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

    Hi, probably this is very simple but I don´t get the solution.
    I need to make bottom padding smaller in two section colors, (screenshot) so text keeps centered in height.
    I´ve created this code in quick css
    .seccion-color {
    padding:0px 0px -10px 0px;
    }

    and added
    seccion-color
    in custom css class in those text blocks

    What I´m doing wrong?
    Thanks.

    • This topic was modified 7 years, 1 month ago by cipriana.
    #847749

    Hey cipriana,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .page-id-1138 #av_section_2, .page-id-1138 #av_section_1 {
        min-height: auto;
    }
    

    Best regards,
    Yigit

    #847764

    Oh, now yes, thank you very much!

    #847796

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘padding smaller’ is closed to new replies.