Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #244496

    Hey guys,
    is there an easy way to just shift the slides down so there’s no overlap beneath the navigation like what’s being seen on the home page here: http://dev.lorenasarbu.com/ I thought I resolved this in the style, but see no change. Looks to be off by 30px or so: http://dev.lorenasarbu.com/menulap.jpg

    Thanks guys!
    J

    #244722

    Hi Justin!

    Thank you for using the theme and link you provided.

    You can add this on Quick CSS or custom.css to move the slider downwards:

    .avia-fullscreen-slider {
    top: 25px;
    }

    Cheers!
    Ismael

    #245841
    This reply has been marked as private.
    #245842
    This reply has been marked as private.
    #246008

    Hi!

    Please use following code instead

    .html_header_top.html_header_sticky #main {
    padding-top: 114px;
    }

    Cheers!
    Yigit

    #247599
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shifting gallery slides down a notch’ is closed to new replies.