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.
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
Oh, now yes, thank you very much!