Logo, shopping cart and hamburger menu spacing

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

1 Like

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:

Best,
Esther

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

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

unfortunately didn’t work thanks for helping

1 Like

unfortunately didn’t work thanks for helping

Didn’t work unfortunately