Archived topic
removing the padding of the sticky navigation
1 reply · Started by jeric on January 16, 2021
Viewing posts 1–2 of 2
how to remove the padding of the sticky navigation?
Hi there,
try this CSS:
#sticky-navigation .inside-navigation.grid-container {
padding-left: 0;
padding-right: 0;
}
This archived topic is closed to new replies.