- This topic has 13 replies, 3 voices, and was last updated 3 years, 6 months ago by
Leo.
-
AuthorPosts
-
October 21, 2018 at 7:56 am #706487
Sergei
Hello!
Interested how to make navigation + logo like GP site. I add image how i want to my site.
Thank you!GeneratePress 2.1.4GP Premium 1.7.2October 21, 2018 at 9:56 am #706598Tom
Lead DeveloperLead DeveloperHi there,
We just set the “Navigation Location” to “Float Right”: https://docs.generatepress.com/article/navigation-location/
Then just make sure your logo (Customize > Site Identity) is the same height as your menu items (Customize > Layout > Primary Navigation).
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 21, 2018 at 10:43 am #706620Sergei
Im done with that, but one more problem with inline. How to make logo and menu in the same line?
October 21, 2018 at 10:49 am #706624Leo
StaffCustomer SupportMake sure you follow Tom’s suggestion:
Then just make sure your logo (Customize > Site Identity) is the same height as your menu items (Customize > Layout > Primary Navigation).
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 21, 2018 at 11:00 am #706627Sergei
Here is image how its looks like. But i really don’t know how to make it inline. With Customize>Layout>Primary Navigation>Menu Item Height can’t do what i want.
October 21, 2018 at 11:19 am #706636Leo
StaffCustomer SupportWhat if you set the menu item height to 82px like your logo height?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 22, 2018 at 5:53 am #707125Sergei
Doesn’t work for me these 82px height.
October 22, 2018 at 7:12 am #707178Leo
StaffCustomer SupportCan you set it at 82px so I can see?
It’s still currently set at 60px.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 22, 2018 at 7:33 am #707201Sergei
I set it now on Menu Item Height 82px.
October 22, 2018 at 7:35 am #707204Leo
StaffCustomer SupportIt is now in the center of the logo image as you can see here:
https://www.screencast.com/t/KqkgFyOq2c0ADocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 22, 2018 at 8:07 am #707357Sergei
Hmm.. And how can i get it inline? Image Here
October 22, 2018 at 8:14 am #707364Leo
StaffCustomer SupportYou’d have to do some manual adjustment.
Try setting the height back to something like 30px, then add this CSS and adjust the px number as you see fit:
@media (min-width: 769px) { .main-navigation { padding-top: 55px; } }
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 22, 2018 at 8:38 am #707404Sergei
Okey! Big thanks.
October 22, 2018 at 9:48 am #707441Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.