sarahstrongarm Posted December 7, 2020 Share 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 1 Link to comment
Beyondspace Posted December 8, 2020 Share 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; } 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
sarahstrongarm Posted December 8, 2020 Author Share Posted December 8, 2020 @bangank36 thank you for your help! This didn’t seem to fix the issue...any other ideas? Beyondspace 1 Link to comment
Beyondspace Posted December 9, 2020 Share 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? 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
sarahstrongarm Posted December 9, 2020 Author Share 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 1 Link to comment
Beyondspace Posted December 9, 2020 Share 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 */ } sarahstrongarm 1 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
sarahstrongarm Posted December 9, 2020 Author Share Posted December 9, 2020 @bangank36 Thank you so much, that helped! Problem solved! Beyondspace 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