Hello everyone,
I’m hoping to vertically centre the h3 to the image after adding the product to cart from my product page. Does anyone happen to have a solution to this?
Thanks in advance!
Hi @environmentalPa can you share store url?
Hi @environmentalPa ,
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hi thanks for the reply. Here’s my store: https://environmentalpartners.com.au/products/earth-friendly-cleaning-kit
Yes thank you for getting back to me, here it is: https://environmentalpartners.com.au/products/earth-friendly-cleaning-kit
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
div#cart-notification-product {
display: flex;
align-items: center !important;
}
Result
Best,
Daisy
Thanks Daisy. Worked very well. Amazing work!
Just wanted to ask another question while we’re at the cart. Also wanted to get rid of the outline surrounding the View Cart button but not sure how.
As well as the underlines for links get really close to the text especially with the ‘g’ letters. I fixed it with my other links using css:
text-underline-position: from-font;
But not sure how to access the link text when it’s in this add to cart popup . So if you could help me with this one it would be really appreciated!