Archived topic
left padding fixed
3 replies · Started by Torsten on August 28, 2018
Viewing posts 1–4 of 4
Hi,
I would like to give space on the left to
a) the header image (Logo) and
b) the menu in the left sidebar widget area,
pixel or percentage, according to screenshot https://bit.ly/2PahGHh
best,
Torsten
Hi there,
Try this CSS:
@media (min-width: 769px) {
.main-navigation {
margin-left: 100px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thx a lot.
No problem :)
This archived topic is closed to new replies.