Hi,
I was wondering if I can edit my code so the product price is aligned right on the same line as the product title in my collection grid (instead of underneath each other). I’m using the broadcast theme
thank you in advance!
Hi,
I was wondering if I can edit my code so the product price is aligned right on the same line as the product title in my collection grid (instead of underneath each other). I’m using the broadcast theme
thank you in advance!
Hi @Ellen13
For that need html code changes but you can simply make both are in one line by this fast code.
.product-link{display: flex; flex-wrap: wrap; justify-content: center;}
.product-information .price{padding-left: 20px;}
Thank you so much!