This more-so is prevalent in the video backgrounds I'm using, so I wanted to know hot ho hide any preceding or following container padding that is added (see attached screenshot) -- I ideally don't want to hide both the following/preceding, as there still needs to be an appropriate amount of space).
I have this CSS to hide both, but don't know hot to only hide for example - the top padding and not bottom:
/* remove the grey area before and after the video hc-12744998-RNP */ .container { padding: 50px 50px; }
Hi there,
This more-so is prevalent in the video backgrounds I'm using, so I wanted to know hot ho hide any preceding or following container padding that is added (see attached screenshot) -- I ideally don't want to hide both the following/preceding, as there still needs to be an appropriate amount of space).
I have this CSS to hide both, but don't know hot to only hide for example - the top padding and not bottom:
/* remove the grey area before and after the video hc-12744998-RNP */ .container { padding: 50px 50px; }
Thanks for any help.
Jordan
You can specify a padding for a specific section:
https://d.pr/free/i/fqgL7f
#contact .container {
padding: 0px 0px;
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy