digitalnomadin Posted March 15, 2022 Share Posted March 15, 2022 Hi everyone, I'm trying to get the burger menu that I implemented on the desktop view center aligned next to the logo (like shown on the screenshot enclosed) but can't figure out how to do that. Does anyone have a solution for that? Link to site: https://www.bureauk.com/home PW: bureaukhome Link to comment
tuanphan Posted March 16, 2022 Share Posted March 16, 2022 Add to Design > Custom CSS /* center logo burger on desktop */ @media screen and (min-width:992px) { .header-display-desktop { justify-content: center !important; } .header-title-nav-wrapper { flex: 1 0 10% !important; width: 10% !important; } .header-title { width: 10% !important; flex: 1 1 10% !important; } .header-display-desktop:after, .header-display-desktop:before { content: ""; width: 40% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
digitalnomadin Posted March 16, 2022 Author Share Posted March 16, 2022 Thank you so much @tuanphan - you are the best! Link to comment
tuanphan Posted March 18, 2022 Share Posted March 18, 2022 On 3/16/2022 at 2:58 PM, digitalnomadin said: Thank you so much @tuanphan - you are the best! Do you need to remove scroll bar on right? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
digitalnomadin Posted March 19, 2022 Author Share Posted March 19, 2022 Thanks for asking @tuanphan - there is actually no scrollbar on my screen, even if I resize it. 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