casafloralia Posted May 4, 2021 Share Posted May 4, 2021 (edited) hey everyone, I'm trying to keep the hamburger menu on desktop. I've managed to do it, but can't seem to get my logo in the center. can anyone help? here's what I've done so far: @media screen and (max-width: 5000px) { /* Display burger icon at all widths*/ .header .header-burger { display: flex; } /* Make burger menu visible at all widths */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } /* Hide primary navigation menu */ .header .header-title-nav-wrapper .header-nav { display: none; } /* burger position */ .header-display-desktop { flex-direction: row-reverse; } } https://janetesilveira.squarespace.com/ ps: 1234 Edited May 4, 2021 by casafloralia Link to comment
tuanphan Posted May 6, 2021 Share Posted May 6, 2021 Hi. The logo looks center here. Did you solve the problem? 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
casafloralia Posted May 13, 2021 Author Share Posted May 13, 2021 On 5/6/2021 at 5:03 AM, tuanphan said: Hi. The logo looks center here. Did you solve the problem? Hi @tuanphan! Thanks for replying. No, It looks like it's in center but it's not, specially when the screen is a little smaller than desktop. 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