Archived topic
how to set some margin left and right side in primary navigation please help
1 reply · Started by Immi on July 4, 2018
Viewing posts 1–2 of 2
how to set some margin space left and right side in primary navigation please help
Hi there,
Try this CSS:
.inside-navigation {
padding-left: 40px;
padding-right: 40px;
}
Let me know.
This archived topic is closed to new replies.