PeterWGSimpson Posted March 10 Share Posted March 10 Hi, I have my desktop header layout looking fine (attachment DesktopNav.jpg) but cannot get rid of the substantial spaces between the logo, navigation block, and social media block in the mobile burger menu (MobileNav.jpg). Please can you let me know how I can fix this. Many thanks, Peter Link to comment
tuanphan Posted March 11 Share Posted March 11 You can Use this code to Website > Website Tools > Custom CSS. If it doesn't work, you can share site url, we can check easier div.header-menu-nav-folder-content { justify-content: flex-start !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!) Link to comment
PeterWGSimpson Posted March 12 Author Share Posted March 12 Thanks very much!Β Your CSS moved the menu to the right place but the header social icon and button still float to the bottom of the viewport rather than following the menu items.Β The site is here:Β Web Site LinkΒ . Any further thoughts? Many thanks, Peter Link to comment
Solution tuanphan Posted March 13 Solution Share Posted March 13 You can use this CSS code under .header-menu-nav-folder-content { display: block !important; flex: unset !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!) Link to comment
PeterWGSimpson Posted March 16 Author Share Posted March 16 Many, many thanks, that solved the issue completely! πππ Best wishes, Peter tuanphan 1 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