• Hello and hoping you can help!

    Please, can you provide instruction to modify the code in order to display the header logo and the main navigation both centered? Currently, the logo is left aligned and the nav is right aligned…

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Hello samarafae, I managed to center the main navigation by modifying wp-content/themes/relia/inc/css/style.css

    ul#primary-menu {
        padding: 0px;
        list-style: none;
        height: 40px;
        margin-bottom: 0;
        display: table;
        margin: 0 auto;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Center logo and main nav’ is closed to new replies.