Move the cart icon to the far right As well as the menu icon to the far left

Hi

iwant to Move the cart icon to the far right

and the menu icon to the far left

example :

1 Like

how ican reduce margin on left and right for menu in code of theme can you give me steps

Hi @souhibben ,

Could you please share your store URL, so that I can help you

ok

https://575cc1-2.myshopify.com

pass : chocre

Hi @souhibben ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

2 Likes

Hi @souhibben

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen (max-width: 749px) {
header-drawer {
    margin-left: -30px;
}
.header__icons.header__icons--localization.header-localization {
    padding-right: 0px;
    margin-right: -20px;
}
}

I hoe it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thank You It’s Work