Hello;
Sorry to re-open this, but how do i add a LITTLE space between the Avia full slider and the next element? I tried to adjust the code below:
.avia-fullwidth-slider + .fullsize .content {
padding-top: 0;
}
to something like:
.avia-fullwidth-slider + .fullsize .content {
padding-top: 5px;
}
but that didn’t seem to work? link here: http://www.mammothdb.com/product/
Thanks!
Steve
Hey sgkeil!
Add this to a codeblock element in the page.
<style type = "text/css">
#after_full_slider_1 {
padding-top: 50px;
}
</style>
Cheers!
Elliott
Ah, that works a charm, thanks so much! Case closed :)