Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #510051

    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

    #510099

    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

    #510264

    Ah, that works a charm, thanks so much! Case closed :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Avia Padding’ is closed to new replies.