Is it possible to change position of the title and price?

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:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Hi @christian_russo

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

1 Like

hi!

thank you so much!

is there also a way to make the title text a little more bold?

thanks!