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
I have verified with your website, this css does override,
.menu-primary-inner.menu-smart.sm {
left: 0 !important;
}