• Resolved cloudgalleryamsterdam

    (@cloudgalleryamsterdam)


    Hello!

    I’m new here and quite new to wordpress.

    I’m using chosen pro and I’m having problems with centering the menu on my website.
    I’m using .png’s as titles because our housestyle font doesn’t work on websites.

    Thanks a lot!

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

    (@bensibley)

    Welcome to WordPress, and thanks so much for upgrading!

    You can use the following CSS to center the primary menu:

    @media all and (min-width: 56.25em) {
    
      .menu-primary {
        float: none !important;
      }
    }

    Please copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter cloudgalleryamsterdam

    (@cloudgalleryamsterdam)

    Thank you so much!!!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how do I center the menu’ is closed to new replies.