jasondane Posted July 12 Share Posted July 12 Hi, I want to center the dropdown menu and remove that unnecessary space on the left side. Can anyone pls help? Link to comment
Lesum Posted July 12 Share Posted July 12 @jasondane Hi! Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
jasondane Posted July 12 Author Share Posted July 12 5 minutes ago, Lesum said: @jasondane Hi! Can you share your site URL for context? https://boconceptcontract.com.au/ Link to comment
Solution Lesum Posted July 12 Solution Share Posted July 12 @jasondane You can add this code in Website > Pages > Website Tools > Custom CSS #header .header-nav-folder-content { text-align: center !important; min-width: fit-content !important; } #header .header-nav-folder-item a { display: inline-block !important; text-align: center !important; } #header .header-nav-folder-item .header-nav-folder-item-content { display: inline-block !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
jasondane Posted July 12 Author Share Posted July 12 12 minutes ago, Lesum said: @jasondane You can add this code in Website > Pages > Website Tools > Custom CSS #header .header-nav-folder-content { text-align: center !important; min-width: fit-content !important; } #header .header-nav-folder-item a { display: inline-block !important; text-align: center !important; } #header .header-nav-folder-item .header-nav-folder-item-content { display: inline-block !important; } Thanks that worked! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment