hi!
is it possible to change the product title and price to the side, a little closer to each other and smaller? because my website is now like this:
and I need it like this:
thanks!
hi!
is it possible to change the product title and price to the side, a little closer to each other and smaller? because my website is now like this:
and I need it like this:
thanks!
Hello @christian_russo
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.card__heading{
text-align: left !important;
margin-bottom: 0 !important;
}
.card-information .price {
text-align: left !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
hi!
thank you so much!
is there also a way to make the title text a little more bold?
thanks!