adrianrydz Posted July 31, 2021 Share Posted July 31, 2021 (edited) Site URL: https://adrianrydz.squarespace.com I noticed that my navigation button is not as close the edge as the cart button is (only mobile). Is there any chance to move it a little bit more to the left? Password... yumichan Edited July 31, 2021 by adrianrydz Link to comment
Solution iamdavehart Posted July 31, 2021 Solution Share Posted July 31, 2021 the answer will depend on how far left! I think what you're referring to is that the left of the lines within the burger menu is further in than the right of the cart. this is because the burger menu button has its own padding on the left and right of 6px. you can remove this by adding some css to your site. go to the main Design menu and click custom css. add the following code to your custom css button.header-burger-btn.burger { padding-left: 0; } this will remove the buttons internal padding and should make it more symmetrical with the cart logo. if you want to move it further than that you'll need to alter different classes that affect the padding of the whole menu bar. but I think this is beyond the change you're trying to make. adrianrydz 1 Dave Hart. Software/Technology Consultant living in London. buymeacoffee Link to comment
adrianrydz Posted July 31, 2021 Author Share Posted July 31, 2021 Whoa! Exactly what I meant. Thank you for all your explanation and fixing it in a way I wanted. It looks perfect! You rock! 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