Tagged: grid row spacing
For the life of me (and I’m sure I’m missing something obvious!) I can not get rid of the white space below the video on this page?
Can you direct me?
Hi BrendaSarg!
not sure what you want to achieve, but try this code inside of Quick CSS field:
div#av_section_2 {
position: relative;
top: -10px;
}
and adjust as needed.
Regards,
Andy