Reply To: Controlling menu margins

Home Forums Support Controlling menu margins Reply To: Controlling menu margins

Home Forums Support Controlling menu margins Reply To: Controlling menu margins

#214123
Tom
Lead Developer
Lead Developer

I think the only way to achieve what you’re looking to do is this CSS:

.main-navigation .main-nav > ul > li:first-child > a {
    padding-left: 40px;
}

However, wouldn’t it be easier to just remove the left padding from the header?