Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #980668

    I have been using Layer Slider for one of my pages and it creates a solid white bar at the top of my page, looks bad and I can’t figure out why it is there. Link attached to see the issue.

    Thanks for your help!

    Nate

    #980677

    Hey Nate,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* Remove top padding from Layerslider */
    
    main.ls-overflow-visible {
        padding-top: 0;
    }
    
    /* End CSS */
    
    

    Best regards,
    Yigit

    #981659

    That worked perfectly! Thank you so much!

    I appreciate your help!

    Nate

    #981697

    Hi,

    You are welcome! :)

    Please check out Enfold documentation – https://kriesi.at/documentation/enfold/ and if you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Solid white bar at the top of my page’ is closed to new replies.