Site logo

Archived topic

menu left align

3 replies · Started by Torsten on September 24, 2020

Viewing posts 1–4 of 4

Hi,
I would need to left-align the first menu item with the logo, I guess the padding should only be set to right-padding.
Can't find the setting....

I tried without success in custom css

.secondary-navigation .main-nav ul li a {
    padding-left: 0px;
    padding-right: 40px;
}

looking forward for your solution,
best,
Torsten

Hi there,

try this CSS:

.secondary-navigation li:first-of-type {
    margin-left: -20px;
}

perfect, thanks a lot!

You're welcome

This archived topic is closed to new replies.