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

    HI!

    How can I stop the header overlapping the slider?

    #426520

    Hi dnka!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .ls-wp-fullwidth-helper {
      top: 0 !important;
    }

    Regards,
    Yigit

    #426544

    Thank you for the quick answer!

    Now there is a huge space between the header and the slider. How can I get rid of it?

    #426548

    Hi!

    Are you adding the slider using shortcode? If so, please try using Advanced Layerslider element instead which can be found under Media elements in ALB

    Best regards,
    Yigit

    #426550

    I don’t want to use the one in Media elements. It doesn’t have all the features I want.

    If this plugin is the one that comes with your theme, I would expect it works with your theme. Or at least that there’s a way to make it work.

    Why have it there, if it doesn’t?

    #426554

    I resolved it for not with:

    .content, .sidebar {
    padding-top: 0px;
    }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to stop the header overlapping with slider’ is closed to new replies.