[Resolved] Gap between Menu and Master Slider

Home Forums Support [Resolved] Gap between Menu and Master Slider

Home Forums Support Gap between Menu and Master Slider

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

    Hi There

    Quite new to WordPress – I am using Master slider but cant see how to remove the gap between the top of the slider and the bottom of the menu bar.

    The site is here: http://wp.wiltshireandsons.co.uk/

    Can you assist?

    Many Thanks

    #132529
    Tom
    Lead Developer
    Lead Developer

    Have you tried placing the slider into the Page Header content metabox? That should remove the space automatically.

    Alternatively, you can add this CSS:

    .home .entry-content {
          margin-top: 0;
    }
    #132587
    Damien

    That did it!!

    Thanks a lot!!!

    #132645
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

    #272807
    Thomas

    Hi,
    I have a space between primary navigation and content. How can I remove it.
    The page is here:
    http://companypicnicexperts.com/live-entertainment/
    Thanks
    Tom

    #272835
    Leo
    Staff
    Customer Support

    Hi Tom,

    This CSS should work:

    .entry-content {
        margin: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #272838
    Thomas

    Thank you.
    Worked perfectly.

    #272842
    Leo
    Staff
    Customer Support

    You’re welcome!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.