Archived topic
Remove line under video in grid.
3 replies · Started by Michael on October 27, 2021
Viewing posts 1–4 of 4
Hi there,
I'm struggling to remove an 18px line under a video that's in a grid. Do you have any ideas on how to fix it?
https://www.staging2.goodsignals.com/
Thanks in advance.
Hi Michael,
Try this CSS:
.gb-inside-container .wp-block-video {
margin-bottom: 0;
line-height: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you so much
No problem :)
This archived topic is closed to new replies.