Archived topic
Sticky navigation and logo location (floating right & left)
1 reply · Started by Cynthia on July 25, 2021
Viewing posts 1–2 of 2
I would like the logo on the sticky menu to float more to the left.
I would like the sticky menu to float all the way to the right.
I've added link to the screenshot and to the website below.
Hi Cynthia,
To clarify:
I believe you're aiming for something like this? https://share.getcloudapp.com/E0uAxgDk
If so, try adding this CSS:
nav#sticky-navigation .inside-navigation.grid-container {
max-width: 100%;
justify-content: space-between;
}
Here's how to add CSS - https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.