Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #272928

    Hi,

    I’ve read all the topics about the layerslider gap and tried them all and was able to get some of it gone but is there any way I can make it go flush against the header?

    #273013

    Hey!

    Try adding this code to the Quick CSS:

    div.entry-content > p:first-child {
        margin: 0;
    }

    Cheers! 
    Josue

    #273421
    This reply has been marked as private.
    #273428

    Hi!

    This does the fix on both sites:

    main.content {
        padding-top: 0;
    }

    Best regards,
    Josue

    #273448
    This reply has been marked as private.
    #273456

    Yes, that’s a empty p LS inserts before the slider, try adding the first code too:

    div.entry-content > p:first-child {
        margin: 0;
    }

    Cheers!
    Josue

    #273662
    This reply has been marked as private.
    #273664

    You are welcome, always glad to help :)

    That border is coming from the #header_main, this will remove it:

    #header_main {
        border-bottom: 0;
    }

    Regards,
    Josue

    • This reply was modified 10 years, 5 months ago by Josue.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.