Home › Forums › Support › Vertical alignment of floating menu This topic has 12 replies, 2 voices, and was last updated 2 years, 8 months ago by Leo. Viewing 13 posts - 1 through 13 (of 13 total) Author Posts September 19, 2020 at 8:20 am #1450062 Ketil Hi. Is there a way to vertically align a horizontal menu floating to the right of the logo, without also effecting the logo? The only setting I found that effect this, is height of menu item, but perhaps there is another way without writing css? September 19, 2020 at 9:55 am #1450157 LeoStaff Customer Support Hi there, Is this a live site with traffic? If not then you could consider using GeneratePress 3.0 which is currently in beta. If you switch over to Flexbox then the menu should be vertically aligned by default: https://generatepress.com/generatepress-3-0-a-new-era/ If not we can come up with other solutions as well. Let me know π September 19, 2020 at 11:07 am #1450215 Ketil It’s going live october 1st September 19, 2020 at 11:09 am #1450220 LeoStaff Customer Support That case I’d recommend going with the 3.0 beta for now. Let me know what your thought is. September 19, 2020 at 11:15 am #1450226 Ketil I’ll try it. I’ll deactivate current GP-version, then install the beta? September 19, 2020 at 11:21 am #1450232 LeoStaff Customer Support Yeah follow the steps here: https://docs.generatepress.com/article/beta-testing/#generatepress-theme September 23, 2020 at 1:01 pm #1456009 Ketil As it turns out, the site use a childtheme to hold some custom code, so I can’t use a different theme to solve this. Any quick fix will do π September 23, 2020 at 7:23 pm #1456263 LeoStaff Customer Support Try this: @media (min-width: 769px) { .inside-header { display: flex; align-items: center; } .nav-float-right .inside-header .main-navigation { float: none !important; margin-left: auto; } } September 24, 2020 at 6:41 am #1456860 Ketil yes, that did it, thanks! September 24, 2020 at 8:27 am #1457207 LeoStaff Customer Support No problem π October 1, 2020 at 6:45 am #1467138 Ketil Hi. A problem occured when adding this code, it “messed up” the header element for posts. https://generatepress.com/forums/topic/element-css-problem/#post-1467127 October 1, 2020 at 7:10 am #1467189 Ketil Solved. October 1, 2020 at 9:33 am #1467651 LeoStaff Customer Support Glad to hear π Author Posts Viewing 13 posts - 1 through 13 (of 13 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In