Hi
I am trying to change the padding under the video on this page but can’t find the right setting.
http://www.copenhagenfilmcompany.dk/2014/portfolio-item/outing_/
I actually want it site-wide as I am doing many layouts like this.
thanks for your help!
n
Hey!
Try adding this code to the Quick CSS:
.avia-video {
margin-bottom: -30px !important;
}
Cheers!
Josue
thanks!