jessblake4 Posted December 18, 2020 Share Posted December 18, 2020 Site URL: https://www.seeingseattle.com/ Hi, I have used a code that hides the hamburger menu and displays my button block for my mobile website. However, my button block is halfway off the screen. How do I fix this with CSS code? Here is the current code I am using: @media screen and (max-width:767px) { /* remove burger */ .header-burger { display: none; } /* show button */ .header-actions { display: block !important; } .header .header-actions-action--cta { display: block; } /* logo width */ .header-title-nav-wrapper { flex: 50% !important; } } Any help is greatly appreciated 🙂 Link to comment
Beyondspace Posted December 19, 2020 Share Posted December 19, 2020 23 hours ago, jessblake4 said: Site URL: https://www.seeingseattle.com/ Hi, I have used a code that hides the hamburger menu and displays my button block for my mobile website. However, my button block is halfway off the screen. How do I fix this with CSS code? Here is the current code I am using: @media screen and (max-width:767px) { /* remove burger */ .header-burger { display: none; } /* show button */ .header-actions { display: block !important; } .header .header-actions-action--cta { display: block; } /* logo width */ .header-title-nav-wrapper { flex: 50% !important; } } Any help is greatly appreciated 🙂 I seeing this, did you resolve it BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.