Logo, shopping cart and hamburger menu spacing

Logo, shopping cart and hamburger menu spacing

resonancemusic
Excursionist
20 1 5

Hi there,

I’m looking for help adjusting the position of my logo, shopping cart, and hamburger menu so they align with the picture. I’d appreciate any guidance or tips on how to achieve this. (Please see below for example, move logo and hamburger menu in from right and left slightly)

Thanks in advance for your support!

 

www.resonancemusiccollective.com

resonancemusic_0-1737279002004.png

 

Replies 6 (6)

EstherBui
Trailblazer
276 39 44

Hi Resonancemusic

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

sticky-header.header-wrapper.color-scheme-3.gradient {
    padding: 0 6px;
}

 

Result: 

EstherBui_0-1737280097799.png


Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

resonancemusic
Excursionist
20 1 5

Didn't work unfortunately 

devcoders
Shopify Partner
1624 190 496

Hello @resonancemusic 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

header.header.header--middle-left.header--mobile-left {
padding: 0 1.5rem;
}

 

devcoders_0-1737281412728.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
resonancemusic
Excursionist
20 1 5

unfortunately didn't work thanks for helping

CodingFifty
Shopify Partner
1018 154 179

Hi @resonancemusic,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.

sticky-header.header-wrapper {
    padding: 0 5px !important;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
resonancemusic
Excursionist
20 1 5

unfortunately didn't work thanks for helping