• Is there a way to horizontally align the menu center or top in the white header section? See our test web page.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author sonalsinha21

    (@sonalsinha21)

    Kindly add this in appearance>customize>custom CSS box:

    .sitenav {
        margin: 0 auto;
        display: table !important;
        float: none;
    }
    

    Regards,
    Shri

Viewing 1 replies (of 1 total)
  • The topic ‘Align menu to top or center menu’ is closed to new replies.