Archived topic
Site Header Logo and Primary Navigation Alignment
3 replies · Started by Jatin on October 22, 2020
Viewing posts 1–4 of 4
Hi Guys,
Can you please advise how can i align my Site Logo and Primary Navigation as shown in the screenshot.
There is a slight gap which i have shown with a Red line where i want it to be aligned.
Hi there,
try adding this CSS:
@media(min-width: 1345px) {
.nav-below-header .main-navigation .inside-navigation.grid-container {
padding-left: 0;
}
.inside-header {
padding-left: 0;
}
}
Works fine. Thanks David.
Glad to hear that!
This archived topic is closed to new replies.