thomas1 Posted October 15 Posted October 15 hopefully someone can help me, I'm looking to split the navigation menu, meaning I want 3 menu items on the left, then the logo in the middle and then 3 menu items on the right, is that possible?
tuanphan Posted October 16 Posted October 16 You can follow this CassAggett 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
thomas1 Posted October 16 Author Posted October 16 THANK YOU SO MUCH! For the most part, I got it work, just two small issues on the menu to right of the logo. 1. the menu is uneven and sits higher than the left side 2. one of my menu items is Dropdown folder, instead of hiding the dropdown it is now displaying the 2 other pages in the dropdown below. Any pointers on how to adjust it? Thank you!
tuanphan Posted October 16 Posted October 16 With dropdown, try this code under <style> /* Fix dropdown */ .header-actions--right .header-nav-folder-content { opacity: 0; pointer-events: none; position: absolute; top: auto; left: auto; padding: .5em 1em; text-align: left; width: 200px; z-index: 10; margin-left: -1em; } .header-actions--right a.header-nav-folder-title { text-decoration: none; backface-visibility: hidden; padding: .1em 0; } .header-actions--right .header-nav-item--folder:hover .header-nav-folder-content { opacity: 1; pointer-events: auto; } </style> With uneven, you need to share url, I can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment