Thanks in advance!
I am looking to make the drop down menu bars look closer together and adjust their positioning for the mobile version.
How my mobile version site looks:
How I want it to look:
Ignore the bottom part of the images
A user seeks to adjust the positioning and spacing of dropdown menu bars in the mobile header of their Shopify store using the Dawn theme.
Initial Solution:
icon-hamburger.liquid fileFollow-up Adjustments:
.cst-icn classmargin-right property with customizable pixel values for positioningCurrent Issue:
The conversation involves sharing store credentials and iterative CSS adjustments, with the helper offering to make custom positioning tweaks based on the user’s preferences.
Thanks in advance!
I am looking to make the drop down menu bars look closer together and adjust their positioning for the mobile version.
How my mobile version site looks:
How I want it to look:
Ignore the bottom part of the images
Hello @MMast
follow the steps
Go-to Online Store>Themes>Edit code
Open find icon-hamburger.liquid
replace the existing code with
Save the file and enjoy
Hopefully, it will help you. If yes then Please don’t forget to hit Like and Mark it as the solution!
Thank you! Is there any way of adjusting how far left,right/up,down you can go?
yes just give me your reference I will adjust it for ya
The code you gave me was good I’m just picky haha. If you could move it to the left a couple notches if you have any extra free time that would be awesome!
Sorry for being late reply, just give me your store url and password if any
Hi there
you see the code
.cst-icn {
height: 3rem !important;
width: 3rem !important;
}
replace that with this one
.cst-icn {
height: 3rem !important;
width: 3rem !important;
margin-right: 25px !important;/* You can adjust*/
}
just add margin-right you can adjust the px according top your liking
Whenever I replaced the code to the one you just provided it deletes my header on the mobile version.