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 🙂 Beyondspace 1 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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