[Resolved] Navigation with rounded buttons (example inside)

Home Forums Support [Resolved] Navigation with rounded buttons (example inside)

Home Forums Support Navigation with rounded buttons (example inside)

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #905864
    DEVIN

    Hi,

    I’m trying to replicate the navigation of this site: https://millo.co/

    I’m trying to make the background color of the navigation blend in with the header color and the navigation buttons rounded as shown in the example.

    #905882
    Leo
    Staff
    Customer Support

    Hi there,

    This should basically get you there:
    https://docs.generatepress.com/article/adding-buttons-navigation/

    Just need to add border-radius: 3px; in the CSS.

    Let me know ๐Ÿ™‚

    #905932
    DEVIN

    Thanks a lot! I got it working, the only issue I’m having now is the buttons are too close together. I googled “how to add space between menu buttons with css” but so far the things I’ve tried with padding don’t seem to be working.

    #905937
    Leo
    Staff
    Customer Support

    Add this to your CSS:
    margin-left: 5px;

    #905941
    DEVIN

    That works great. Thanks a lot for the amazing support!

    #905959
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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