how to change the product title and price?

Solved

how to change the product title and price?

christian_russo
Trailblazer
215 1 45

hi 

 

I use the Prestige theme and I’m looking to change the product title and price. The title needs to be on the left and the price on the right, but as you can see, if the title is longer, it goes further underneath it. How can I fix this?

Scherm­afbeelding 2024-12-12 om 21.33.23.png

 

website: https://www.gallerychristian.com/

password:6399

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10793 2133 2251

This is an accepted solution.

Hi @christian_russo 

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings of your theme and check if it solves the issue

.product-card__info .v-stack {
    width: 100%;
}
.product-card__info .v-stack.gap-1 {
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
10793 2133 2251

This is an accepted solution.

Hi @christian_russo 

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings of your theme and check if it solves the issue

.product-card__info .v-stack {
    width: 100%;
}
.product-card__info .v-stack.gap-1 {
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

christian_russo
Trailblazer
215 1 45

this worked on desktop and phone, only on phone the text is kind of big, can you make it smaller but only on phone?

WizzCommerce_Co
Trailblazer
180 26 38

Hi @christian_russo , thank you for posting here!

You can follow my instructions below:

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste the below code at the bottom of the file:

 

.product-card__info .v-stack {
    width: 100%;
}
.product-card__info .v-stack.gap-1 {
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

 

If you find my answer helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Skyrocket BFCM with Wizz's apps: BOGO+ Buy X Get Y Free Gift
| Wizz Flash Sale & Price Edit | Snap B2B Wholesale Pricing | Snap Product Page Coupon | Snap Presale & Backorder | SnapNoti FOMO Visitor Counter | SnapBundle Volume Discounts
Find more support, feel free to contact: support@wizzcommerce.io
If our suggestion is useful for your problem, please let us know by giving Like and Accept Solution !!!