specialc Posted July 31, 2022 Posted July 31, 2022 Site URL: https://www.carstenfleck.com/ I want a submenu of the header line up with the left, with the beginning of the word Projects but at the same time want to keep the header aligned to the right. To line up the submenu with the left is by default only possible though, if I align the header to the the left. Is there a coding solution to this? Best, Carsten First image header aligned to the left, submenu also aligned to the left. Second image header aligned to the right, submenu also aligned to the right. Would like to find a way to align header to the right and submenu to the left. 🙂
tuanphan Posted August 3, 2022 Posted August 3, 2022 Try adding to Design > Custom CSS .header-layout-nav-left .header-nav { position: absolute; left: 50%; transform: translateX(-50%); z-index: 9999; }  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!)
specialc Posted August 5, 2022 Author Posted August 5, 2022 Hey Tuanphan,  Thank you so much! I added the CS but the location hasn't changed. Best, Carsten Â
specialc Posted August 9, 2022 Author Posted August 9, 2022 Anybody any idea how this could work? Thanx again tuanphan for your help but I wasn't able to make it work. The submenu still doesn't line up to the left I mean it doesn't start directly under Projects and lines up to the right. Best, Carsten
tuanphan Posted August 10, 2022 Posted August 10, 2022 Try this new code div.header-nav-folder-content { left: 0 !important; text-align: left !important; padding-left: 0 !important; } div.header-nav-item { position: relative !important; }  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!)
specialc Posted August 12, 2022 Author Posted August 12, 2022 tuanphan, Fantastic! Does work! Thank you so very very much! Really appreciate it! Best, Carsten
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment