Footfalls Posted March 14 Share Posted March 14 Hi, I'm new to CSS code - using the code below to customise my desktop navigation bar but is seems to be making the mobile navigation off centre so the cart icon is off screen and the logo isn't central. Any help would be appreciated! /* Navigation */ .header-title-nav-wrapper { flex: 1 0 85% !important; flex-wrap: nowrap !important; } .header-nav { width: 100% !important; flex: 1 1 100% !important; } .header-title-nav-wrapper { flex: 1 0 80% !important; } /* change header nav active style */ .header-nav-item--active a { color: #ff6900 !important; background-image: none !important; } /* add header nav hover effect */ div.header-nav-item a:hover { opacity: 0.5 !important; } div.header-nav-item a { transition: all 0.4s !important; } Link to comment
Solution sorca_marian Posted March 14 Solution Share Posted March 14 Hi, Add the below code in Custom CSS below all existing code @media (max-width: 767px) { .header-title-nav-wrapper { flex-basis : calc(100% - 75px - 75px)!important; } } Footfalls and mdluckeopu 2 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
Footfalls Posted March 14 Author Share Posted March 14 That's worked perfectly! Thank you so much, really appreciate the help 🙏 sorca_marian 1 Link to comment
sorca_marian Posted March 14 Share Posted March 14 😀👍 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn 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