Search code examples
wordpressmenunavigationcenterprogram-entry-point

How to align main menu to center? Theme Uncode Child - Wordpress


I am using Uncode theme 1.4 and I am stuck on a small problem. My main menu shifts to left with 27.5 px and I can't seem to override that in CSS. Here's my website http://ralucacozma.com/

I've tried the following unsuccessfully:

.menu-primary-inner menu-smart sm {
left: 0px !important;
}
.menu-main-menu {
left: 0px !important;
}

Your help is highly appreciated! Thannk you


Solution

  • I have verified with your website, this css does override,

    .menu-primary-inner.menu-smart.sm {
        left: 0 !important;
    }