- This topic has 11 replies, 3 voices, and was last updated 3 years, 10 months ago by
Tom.
-
AuthorPosts
-
June 7, 2017 at 5:39 am #329847
Piccia
Hi there, I think I might have posted on this before but cannot find the thread and never received a notification, so if that’s the case sorry in advance.
The client wants the menu to be *always* visible, not just appear as you scroll down. How do I achieve that? I just can’t work it out.
The website is behind a password so if you want to see, let me know in a private answer if possible.
Many thanks
Piccia
GeneratePress 1.3.46GP Premium 1.3June 7, 2017 at 8:22 am #329925Leo
StaffCustomer SupportHi there,
I think this is what you are looking for: https://docs.generatepress.com/article/navigation-logo/#navigation-as-header
Let me know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 7, 2017 at 8:38 am #329942Piccia
That’s great, thank you Leo!
However, now the menu goes on two lines even though I have set the width to full:
Any idea how to avoid that?
Thank you
June 7, 2017 at 8:43 am #329946Leo
StaffCustomer SupportTry adjusting the menu item width: https://docs.generatepress.com/article/secondary-menu-item-height-width/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 7, 2017 at 8:48 am #329950Piccia
Unfortunately adjusting menu item width has done nothing. Also, that’s set as primary nav, so why would secondary help? Also not sure why it’s just not full width when I’ve set it to full width.
Any other ideas? thank you in advance
June 7, 2017 at 8:50 am #329951Leo
StaffCustomer SupportOops sorry wrong link: https://docs.generatepress.com/article/menu-item-height-width/
Is the outer set to full width? https://docs.generatepress.com/article/navigation-layout/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 7, 2017 at 8:57 am #329954Piccia
Yes it is set to full width, see screenshot posted earlier:
Adjusting the menu item width only makes the menu wider, but still on two lines. So it doesn’t help unfortunately.
June 7, 2017 at 9:13 am #329980Leo
StaffCustomer SupportLooks like something is going on with the container width.
Can you provide a link to your site? You can send it through Account Issue here and just mention the topic:
https://generatepress.com/contact/Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 7, 2017 at 10:19 am #330014Tom
Lead DeveloperLead DeveloperIn your custom CSS, you have this:
.main-navigation { position: absolute; width: 100% left: 60x; }
You’re missing a semi-colon after the 100%, so it should be this:
.main-navigation { position: absolute; width: 100%; left: 60px; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJune 8, 2017 at 2:21 am #330354Piccia
I am officially a plonker. Thank you Tom and Leo and sorry.
June 8, 2017 at 2:22 am #330355Piccia
Resolved.
June 8, 2017 at 8:01 am #330497Tom
Lead DeveloperLead DeveloperNo worries! Glad I could help 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.