[Resolved] Exposed area around rounded Navigation corners

Home Forums Support [Resolved] Exposed area around rounded Navigation corners

Home Forums Support Exposed area around rounded Navigation corners

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #460309
    annashine

    Hi, I rounded the corners of my navigation bar (for applicable pages) for a softer look. I noticed on the sticky navigation, tablet view and mobile view, you can see the area just around the corners of the navigation. This isn’t a big deal but when the navigation fills up the whole screen in this case (see screenshots), it looks a little weird to have the tiny bits of the background peeking through. Do you have any advice on how to make this look different? Or I can just live with it. ๐Ÿ™‚

    Desktop sticky

    Tablet view

    Mobile view

    #460314
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    #sticky-navigation,
    #mobile-header {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    #460672
    annashine

    Thank you! for the gift of this CSS snippet. It looks even better than I’d hoped.

    #460775
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! ๐Ÿ™‚

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