Column Margin around Video Player

I have a column that is keeping a bottom margin that I can’t find a way to get rid of below a Video Player. Do you have any ideas how to remove this? I’ve looked at the columns, sections and rows and can’t find a simple solution.

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer (no official support provided here).

For Design & Development, Marketing & Media, and Hosting & Optimization discussions you are welcome to use the General Forum to discuss with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hello @ancker,

Thanks for asking. :slight_smile:

I don’t actually see the spacing under video (https://www.screencast.com/t/5UJDrhjRTX). However by default video player has margin-bottom: 1.313em;. To remove that, you can add following code margin-bottom: 0; in style text box of video player. https://screencast.com/t/91g4hKivCYu

You also have the option to further reduce the spacing by changing the section padding-bottom values. https://screencast.com/t/yqzsZ2Vt3Jf

But if you want to change the spacing of the section after video player going by the title Get your fiction fix, please
change section padding-top value. https://www.screencast.com/t/YIYjV115C

Thanks.