• Resolved PaidMFTInternships

    (@paidmftinternships)


    Good afternoon! I’d like to center the navigation menu for my website, PaidMFTInternships.com and I’m not sure how to modify the CSS in order to accomplish that. Assistance would be greatly appreciated. Thank you! =)

Viewing 1 replies (of 1 total)
  • cloudgalleryamsterdam

    (@cloudgalleryamsterdam)

    Hey! I’m not sure if this is exactly what you mean, but this one worked perfectly for me.

    @media all and (min-width: 56.25em) {
    
      .menu-primary {
        float: none !important;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to Center Navigation Menu?’ is closed to new replies.