Hi,
I’d like to move my logo left and the burger menu right full width on both mobile and desktop. my site is : https://eftfkw-vc.myshopify.com/
Hi,
I’d like to move my logo left and the burger menu right full width on both mobile and desktop. my site is : https://eftfkw-vc.myshopify.com/
Hello there @Luxurymrkt try this process to shift the logo to the left and let me know if it works.
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.header__heading-link {
margin-left: -11.25rem !important;
}