Hamburger Menu and Logo

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

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;
}
}

I tried pasting into base but no luck with this