Archived topic
Vertical Scroll Full Screen Section: How to position the menu/logo?
18 replies · Started by hichb on May 14, 2019
Sure for the version? THis is what I have: http://tinyurl.com/y3h6a3s6
Now I'm seeing the full-width navigation containers.
Doesn't look like you've done this yet:
https://generatepress.com/forums/topic/vertical-scroll-full-screen-section-how-to-position-the-menu-logo/#post-900338
As for the version, you are showing the theme version:
https://docs.generatepress.com/article/generatepress-and-gp-premium/
OK almost there, made the requested updates. Now just need to resize the logo and slightly move it to the right.
As mentioned before, you can increase the logo size by increasing the menu item height:
https://docs.generatepress.com/article/menu-item-height-width/
Then CSS should move it to the right a bit:
.navigation-branding {
margin-left: 25px;
}