Hi,
i tried to set a custom height to the row in the image but it has a minimum height that it’s not possible to dwindle.
I’ve already set all paddings to 0px but the height is still that. How can I dwindle it?

Thanks!
Hey matteoclava,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home #av_section_1 .content {
padding: 0;
padding-top: 10px;
}
Best regards,
Yigit
Thank you very much, again!
