Archived topic
Sticky Navigation logo pastes it to the “HOME” tab
4 replies · Started by Ivan on November 26, 2020
Hi,
I have GeneratePress theme 3.0.2 and GeneratePress Premium 1.12.2
I want to configure Sticky Navigation, but I cannot find all the options (Sticky Navigation Logo) that are indicated in the document provided by you.
https://www.screencast.com/t/JYpnQ2CteSWU
What I don’t have is, Sticky Navigation Logo. It takes the default logo, although this does not matter to me.
My problem is that the logo in Sticky Navigation pastes it to the “HOME” tab of the Primary Navigation with a very small size.
The website is http://www.emcolimpiezas.es.
Why doesn’t it stay in the same position as the Primary Navigation logo?
How to increase the size of the logo in Sticky?
Thank you,
Ivan
Hi there,
Do you see a navigation logo uploaded under Customizer > Layout > Primary Navigation?
If so can you try removing that and activate the navigation as header option?
https://docs.generatepress.com/article/navigation-as-a-header/
Let me know :)
"See a navigation logo loaded in Customizer> Layout> Main Navigation?" - Yes, I see it.
I have removed the logo, so the option to choose logo from Main Navigation is gone, and it has appeared in Stiky navigation. (I'm not crazy :D)
Can the Sticky Navigation image be made bigger?
If there can be less margin between the logo and sticky navigation?
Attached capture
https://www.screencast.com/t/wSlDHhwIMf
Try increasing the sticky navigation menu item height:
https://docs.generatepress.com/article/sticky-navigation/#menu-item-height
There is also 10px top and bottom padding which we can remove with this CSS:
.navigation-stick .navigation-branding img {
padding: 0;
}
@Leo thank you!
with this it has worked
".navigation-stick .navigation-branding img {
padding: 0;
}"