Guest Posted December 7, 2020 Posted December 7, 2020 Site URL: https://www.printedandpink.ca/ I have been trying to find coding to adjust the padding on my mobile navigation menu. When it’s centred there is a ton of space above the menu below my logo. When it is aligned left or right it hugs the sides way too much and is still centred vertically for some reason. Any fixes? Thank you so much!
Beyondspace Posted December 8, 2020 Posted December 8, 2020 2 hours ago, sarahstrongarm said: Site URL: https://www.printedandpink.ca/ I have been trying to find coding to adjust the padding on my mobile navigation menu. When it’s centred there is a ton of space above the menu below my logo. When it is aligned left or right it hugs the sides way too much and is still centred vertically for some reason. Any fixes? Thank you so much! The menu is set vertically center, do you not like that config and need it closer to the logo? Any way you can use this snippet try to reduce some padding on the top .header--menu-open .header-menu { padding-top: 0 !important; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Guest Posted December 8, 2020 Posted December 8, 2020 @bangank36 thank you for your help! This didn’t seem to fix the issue...any other ideas?
Beyondspace Posted December 9, 2020 Posted December 9, 2020 4 hours ago, sarahstrongarm said: @bangank36 thank you for your help! This didn’t seem to fix the issue...any other ideas? I asked you about preference, so you need it move close to the header logo instead of vertical center right? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Guest Posted December 9, 2020 Posted December 9, 2020 @bangank36 Yes, I would like it closer to the header logo. I would like to be able to adjust the spacing from the top and the sides if I choose to align it left or right. Thank you
Beyondspace Posted December 9, 2020 Posted December 9, 2020 1 minute ago, sarahstrongarm said: @bangank36 Yes, I would like it closer to the header logo. I would like to be able to adjust the spacing from the top and the sides if I choose to align it left or right. Thank you .header-menu-nav-folder-content { position: relative; display: flex; width: 100%; flex-grow: 1; flex-shrink: 0; justify-content: start; flex-direction: column; top: 10px; /* Update this value to your need */ } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Guest Posted December 9, 2020 Posted December 9, 2020 @bangank36 Thank you so much, that helped! Problem solved!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.