Align Icons in Header

Hello!

I changed the cart icon in my store however it is higher and larger than the other icons.

Please assist.

Picture for reference:
headererror.png

Hi @ErhatRO

Please share your store link so I can check

RIGHTEOUS OFFICIAL – Righteous Official

right5785*

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

#cart-icon-bubble svg {
martin-top: 10px;
scale: 0.8;
}

@ErhatRO ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

Hello!
It is telling me the online store editor session cant be published.

So please add it at the bottom of base.css in Online Store > Themes > click “…” next to current theme > Edit code > Assets

Thank you!

This didn’t work either but thank you for your time!

Glad to help you :blush: