Hallowxx
-
Posts
7 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by Hallowxx
-
-
I plugged that into Custom CSS but nothing changed
-
The website is https://www.hallowapotheca.com/
and the url for the page shown is https://www.hallowapotheca.com/shop
-
Would you be able to help me do the same? The above solution didn't work for me.
I'd like to align the title & price on just the product blocks (not the product pages themselves) across all devices.
My website is: www.hallowapotheca.com/shop -
Thank you! Worked perfectly.
-
https://www.hallowapotheca.com
I’d like to make the price appear on the same line as the title of product blocks as shown in attached pic. Any way to do that? I’ve tried various codes from similar questions on the forum but they haven’t worked. TIA
-
https://www.hallowapotheca.com
I’d like to change the “(0)” label for the mobile cart to “Cart” as shown in attached image. Any way to do that?
Make price appear on the same line as the title in a product block
in Customize with code
Posted
This is what ended up working for me:
div.productDetails { display: flex; align-items: top; justify-content: space-between; } div.productDetails>* { margin-top: 5px !important; margin-bottom: 5px !important; }