[Resolved] I need a little white space, please.

Home Forums Support [Resolved] I need a little white space, please.

Home Forums Support I need a little white space, please.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #332849
    James

    My site is: Miramichi Reader. I would like to have some white space between the nav menu (currently above the header) and the header itself. I’m probably overlooking something in Customizer, but I may need some code help.

    Thanks!

    #332957
    Leo
    Staff
    Customer Support

    Hi there,

    You can try using the separate containers in layout and adjusting the separating space:
    https://docs.generatepress.com/article/content-layout/
    https://docs.generatepress.com/article/separating-space/

    If you prefer one container, then try this CSS:

    .main-navigation {
        margin-bottom: 10px;
    }

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

    Let me know.

    #332969
    James

    I added the css, but I’m not seeing a change, Leo. I have containers set to single at the moment.

    #332975
    Leo
    Staff
    Customer Support

    Hmm that CSS should work but I don’t see it being added.

    Are you using a caching plugin?

    #332990
    Tom
    Lead Developer
    Lead Developer

    Why not just add more header padding in Customize > Layout > Header?

    #332991
    James

    I don’t have a caching plugin, and I flushed my cached with the Godaddy link.

    #333000
    Leo
    Staff
    Customer Support

    I still don’t see the code being added.

    Have you added any other CSS? It’s possible that there are syntax errors in the previous code which stops my code from executing.

    #333001
    James

    @tom: changing values appears to only move my text lower on the header background.

    #333003
    James

    Tom, Leo: it was a bad copy/paste on my part! I was was missing the period before main. Very sorry, guys. Resolved.

    #333004
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working 🙂

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