Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #506326

    Hi!
    I would like to adjust the space between the menu and the layerslider
    I found some code in the forums, but doesn’t work
    can you please provide the quick css code that allows to modify that?

    View post on imgur.com

    Thank you!!
    Delia

    #506426

    Hi libelum!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .home #layer_slider_1 {
        margin-top: 30px;
    }

    Cheers!
    Yigit

    #506523

    Hi Yigit!
    thank you for the code, it works
    but just applies for the home page
    can we do it in a way that wherever I place the layerslide the top margin is the same?
    actually will be in all pages

    if helps the right margin is 20px

    thank you!
    Delia

    #506561

    Hi!

    To do it in all pages just use this.

    #layer_slider_1, .avia_layerslider, .avia-layerslider {
        margin-top: 30px;
    }

    Best regards,
    Elliott

    • This reply was modified 9 years, 9 months ago by Elliott.
    #506687

    Thank you Elliott!
    solved!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Space between menu and layerslider’ is closed to new replies.