lucien_cramp Posted January 29 Share Posted January 29 Hi I was trying to hide the menu icon on mobile website, and found that it can be done with below CSS script but now my title is not centered. .header-burger { display: none; } Any advice? Link to comment
Ziggy Posted January 30 Share Posted January 30 Can you share your website URL? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
lucien_cramp Posted January 30 Author Share Posted January 30 8 hours ago, Ziggy said: Can you share your website URL? Hi Ziggy, It's https://networkgeek.eu/ Link to comment
Solution Ziggy Posted January 30 Solution Share Posted January 30 Try this Custom CSS: @media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) { .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-text { padding-left:0px; } } Let me know if that works, and give my post a thumbs up if you can, thanks! lucien_cramp 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
lucien_cramp Posted January 30 Author Share Posted January 30 13 minutes ago, Ziggy said: Try this Custom CSS: @media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) { .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-text { padding-left:0px; } } Let me know if that works, and give my post a thumbs up if you can, thanks! That worked perfectly, thank you. Ziggy 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