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;
}
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
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