Hello,
I’m trying to reduce the margins of the navigation menu in the Global Custom CSS. This is what I wrote, but it doesn’t work, what am I doing wrong?
.navbar {
padding-bottom: 0px !important;
padding-top: 10px !important;
}
Thanks!
Sandra