How can I adjust and relocate my customer account icon?

My customer account icon is slightly below the rest. How do I fix this?

Also how do I move the account icon to the left side of the header so that it is to the right of the menu icon?

1 Like

Hello @EthanOSHOP
Can you share store URL?

wintheoryco.com

Hi @EthanOSHOP

Check 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:

a.header__icon.header__icon--account.link.focus-inset.small-hide {
    padding-bottom: 5px;
}

And Save.

Result:

Made4uoRibe_0-1706197418689.png

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

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

#shopify-section-sections--20704164872537__header #cart-icon-bubble { transform: translateY(0) !important; }

Thank you!
Do you know how I would move the account icon to the left, and the search icon to the right using code as well?