Hi i am wondering if anyone can help me change the position of my cart icon in the top to align with the Search icon and the other text on my header?
Link - https://egco6qhh6rc0ajqt-71948271909.shopifypreview.com
Hi i am wondering if anyone can help me change the position of my cart icon in the top to align with the Search icon and the other text on my header?
Link - https://egco6qhh6rc0ajqt-71948271909.shopifypreview.com
Hi @InnHaus
The issue is the size of the window of you SVG. However, this can be fix by the code below
#cart-icon-bubble svg {
top: 10px;
left: 10px;
position: relative;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @InnHaus ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
I realize this situation isn’t exactly what you’d hope for, but I’ve got a potential solution that I’d like to share with you:
Go to Online Store → Theme → Edit code.
Open your assets/base.css file.
Add the code at the end of the file:
.header__icon--cart {
top: 10px
}
Best regards,
Anthony
Hi, Thanks for this it has worked and now aligns with everything else! I have another question one this icon.
When I add a product to the cart it will just add a small black circle instead of the number of products in the cart, would you have an idea on how to fix this? Please let me know if you need an example or if you can view this from the store preview?
Hi @InnHaus
Your welcome. You can add the code below to fix the issue with the cart bubble.
.cart-count-bubble span {
color: white;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
That’s great it worked thank you ![]()