[Resolved] Off Canvas Menu creeping into main page

Home Forums Support [Resolved] Off Canvas Menu creeping into main page

Home Forums Support Off Canvas Menu creeping into main page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1163379
    Kyle

    Hi guys, I am hoping to add some padding to my primary navigation, but when I do, the Off Canvas Menu creeps out from the side of the page. Any ideas? Is there a way to provide a bit of padding by targeting the primary navigation and not having this effect?

    Many, many thanks!

    Notes:
    -I removed the CSS for now, so you won’t see the effect.
    -I know that can set the inner width to “contained”, but it pulls it too far in…I only need like 50-60 px on each side.
    -This is the CSS that was causing the issue:


    @media
    (min-width: 769px) {
    .main-navigation {
    padding-left: 80px;
    padding-right: 80px;
    }
    }

    #1163608
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .main-navigation:not(.slideout-navigation) {
        padding-left: 80px;
        padding-right: 80px;
    }

    Let me know ๐Ÿ™‚

    #1163617
    Kyle

    Perfect, thanks so much!

    #1164300
    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.