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

    Hi

    I have placed a slider on a page but it has moved up into the header and has a large space underneath it. I can move it down with this code

    .page-id-259 .avia-slideshow {
        padding-top: 50px;}

    but it is not working properly – causing other problems. I have looked at the quick code for something that I might have added to cause the problem but I cannot find anything there. Can you help?
    Regards
    Richard

    #485354

    Hey Richard!

    Please add following code to Quick CSS

    .page-id-259 .container .av-content-full.units {
        margin-top: 0;
    }

    Cheers!
    Yigit

    #486290

    Hi Yigit

    That worked fine…thank you

    Regards
    Richard

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