Skip to content

Snippet: Center Navigation On Boxed Layout With Header Style 2 or 3

#site-navigation-wrap {
    margin: 0 30px !important;
}
#site-navigation.container {
    padding: 0 !important;
}
Back To Top