adibren Posted June 29 Posted June 29 Trying to make the dropdown menus show horizontally rather than vertically, but also have each submenu show underneath it's top level. All the code i've tried either formats it to right or centre alignment but not under the menu it's related to (which works when it's set as the standard vertical option).
adibren Posted June 29 Author Posted June 29 Sorry! https://www.adrianbrenner.co.uk/ Only the "Work" and "Store" options have dropdowns.
tuanphan Posted July 1 Posted July 1 You can use this code to Website Tools > Custom CSS box .header-nav-folder-content { display: flex; align-items: center; justify-content: center; } .header-nav-folder-content div { margin-right: 10px; } 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!)
adibren Posted July 14 Author Posted July 14 Doesn't quite work sorry, end up looking like this: They're horizontal now, but are slightly left aligned, underneath the Heading to the left which is odd.
tuanphan Posted July 16 Posted July 16 On 7/15/2024 at 3:36 AM, adibren said: Doesn't quite work sorry, end up looking like this: They're horizontal now, but are slightly left aligned, underneath the Heading to the left which is odd. So you want to move both to right a bit, to make Home in position, between Interior - Exterior? 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