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/
A user seeks to reposition their Shopify store header elements: moving the logo to the left and the burger menu to the right, spanning full width on both mobile and desktop. They provided screenshots showing the current centered layout.
Proposed Solution:
base.css file-11.25rem) to the .header__heading-link classStatus: The solution addresses only the logo repositioning. No guidance was provided yet for moving the burger menu to the right or ensuring full-width layout. The user has not confirmed whether the suggested CSS works or if additional adjustments are needed.
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;
}