[Resolved] Remove margin below main nav

Home Forums Support [Resolved] Remove margin below main nav

Home Forums Support Remove margin below main nav

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

    I can’t figure out how to set the margin below my main nav to zero
    http://artpuffin-newest.keeperite.info/
    Thanks!

    #241961
    dasigna

    the margin lies in here:

    .entry-content, .entry-summary, .page-content {
        margin: 2em 0 0;
    }

    just set the 2em to zero. (via custom css i suppose – you’ll only need the ‘entry-content’ selector)

    #241982
    Tom
    Lead Developer
    Lead Developer

    If you use the Disable Elements meta box to remove the title (instead of hiding it with display:none;), it will remove that space for you: https://generatepress.com/knowledgebase/disable-elements/

    #241998
    Henry

    thanks

    #242021
    Tom
    Lead Developer
    Lead Developer

    Glad we could help 🙂

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