Align the price box on collection page - Broadcast

Align the price box on collection page - Broadcast

TBS2023
Shopify Partner
290 1 36

www.thebodyshop.ca

datsau

I am using the Broadcast theme

I would like to align all my prices box so they are less messy

TBS2023_0-1741949909490.png

 

Replies 2 (2)

Arif_Shopidevs
Shopify Partner
484 0 88

@TBS2023 

You can use this css it will solve your issues

How to Add This to Shopify YourYour Theme:

  1. Go to Shopify Admin → Online Store → Themes.
  2. Click "Customize" on your  theme.
  3. In the theme editor, go to "Theme settings" (bottom left).
  4. Scroll down and click "Custom CSS".
  5. Paste the above CSS code and save changes.

Alternative (Edit Theme CSS Directly):

  1. Go to "Online Store" → "Themes".
  2. Click "Actions" → "Edit code".
  3. Open base.css inside the assets folder.
  4. Paste the CSS at the bottom and Save.

 

 

p.product-item__title {
    height: 38px;
}

 

 

Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.

Dan-From-Ryviu
Shopify Partner
11349 2224 2397

Hi @TBS2023 

You can try to add this code at the bottom of your theme.css file and check again 

.product-item, 
.product-item .product-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-item .product-information,
.product-item .product-item__info { height: 100%; }

Screenshot_5.jpg

- Found this helpful? Hit "Like" and "Accept as Solution"!
- 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 - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.