[Resolved] symmetric padding between all navigation option

Home Forums Support [Resolved] symmetric padding between all navigation option

Home Forums Support symmetric padding between all navigation option

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1352065
    moy

    yesterday I was able to shift navigation hamburger from right side to left side with the help of support team, but I forgot to mention about padding between logo and hamburger.

    I like to create padding on the left side of the logo so that the padding gap between logo and hamburger option and all navigation bar option looks symmetric in desktop only. In mobile everything is okay, so I don’t want to change anything on mobile.

    #1352099
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This should help:

    @media (min-width: 769px) {
        span.slideout-toggle {
            padding-right: 10px;
        }
    }
    #1352107
    moy

    thank you very much Mr.Tom. Glad I decided to purchase this theme.

    #1352899
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome 🙂

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