Greetings! I'm working with webstersenate.com. This website has a video and an image published to the third section down. I'm wondering how to eliminate the gaps above and below the video as well as center the two modules published to that section. Theres a video and an endorsement in that section.
jcraft1 Hi You can open Layout options in the template style and set the Section-8 padding value to 0. Or use this code in custom css
.t4-section-8 .t4-section-inner { padding-top: 0px!important; padding-bottom: 0px!important; }