Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268112
    Rotem
    Participant

    Hello
    This is my website
    I have understand that I can change the header by using the CSS customization.
    I would like to set the Logo in the middle of the page and the menu will be below the logo in the middle as well, something like Dior website

    Can you please advise regarding the code i need to add ?

    #268169
    Skandha
    Participant

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

    .site-branding {
    	width: 100%;
    	margin: 0 auto;
    	text-align: center !important;
    	display: block;
    }
    #site-header-menu {
        margin: 0 auto;
    }

    Let me know if this works out
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS Customization: Changing the Logo and menu location’ is closed to new replies.