• Resolved wordpresscorrupt

    (@wordpresscorrupt)


    Hi,

    I am trying to increase my site’s width and also have the sticky menu activated, but it seems that if you increase the site’s width more than 1280px the sticky menu wont fit into the new container properly. What do I have to change to solve this issue?

    – Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for upgrading!

    Please add this CSS to the site to increase the width of the sticky menu to fit your site:

    @media all and (min-width: 50em) {
    
      .is-sticky .menu-primary-container {
        max-width: 1340px;
      }
    }

    You can copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter wordpresscorrupt

    (@wordpresscorrupt)

    Awesome,

    That worked. Although I had to add !important to get to work. Thank you.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ?? Thanks for the tip about adding !important.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sticky Menu Doesn’t fit’ is closed to new replies.