Hamburger Menu and Logo

Hamburger Menu and Logo

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 pictures borders (move slightly in to the red lines)

 

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-1748050533070.png

 

Replies 2 (2)

CodingFifty
Shopify Partner
1007 152 177

Hi @resonancemusic,

 

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

@media (max-width: 768px){
.section-header.shopify-section-group-header-group {
    padding: 0 0.5rem !important;
    background: black !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

I tried pasting into base but no luck with this