Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #128769
    edzz
    Participant

    Hi, could anyone explain me how to align the menu and the identity to center?

    This is my website, as you can see, those two elements are slightly moved to the left

    http://decocrisart.com/

    #128800
    tikaram
    Keymaster

    @edgarmedalla1gmail-com : Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 64em) {
    #site-primary-navigation {
    	margin: 0;
    }
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Identity & Menu centered’ is closed to new replies.