On my home page I have a color section with two rows (2/3 and 1/3), one of them containing a video element and the other one a text block. The row layout of the first column is set to “equal hight”. Nevertheless, the height of the video is lower than the height of the text box. I don’t know why. Do you have any idea?
Hey Ralf,
Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top.home #av_section_1 .avia-video {
margin-bottom: 0;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike