Tagged: content slider, vertical space
Hi there! I would like to decrease the vertical white space between a special heading and a content slider. Is this possible? I have tried reducing the padding at the bottom of the special heading, which is not enough. I also looked at the code with firebug to see where I might do this and could not find what looked like the right code to modify. A link to the page is in the private content. Thanks for thinking about this!
V.
Hi Valerie!
Add this to your custom CSS.
.avia-content-slider-element-container {
margin-top: 0px !important;
}
Cheers!
Elliott
Thanks, Elliott! Of course, it was perfect! :-)