Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #285460
    Gabrielle Proust
    Participant

    Hello. I am working on the site: https://proustdynamicorganizing.com/

    I would like to be able to able to center the main menu across the whole website. Could someone please tell me how to do it? This is on CleanBoxPro.

    #285480
    Skandha
    Participant

    @gabrielle: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 991px) {
    	.nav-primary.search-enabled .menu {
    		display: flex;
    		justify-content: center;
    		width: calc(100% - 50px);
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Center the Main Menu’ is closed to new replies.