IMPORTANT PLS: Help needed with fixing text in the product cards (featured collection)

IMPORTANT PLS: Help needed with fixing text in the product cards (featured collection)

RaghavGoel1
Excursionist
41 0 12

Hey all, 

I'm facing trouble with how text and other elements are appearing on my product cards (both mobile and desktop) in featured collection. Im on DAWN THEME. Right now they are looking like this:

Screenshot 2024-08-21 at 10.00.00 AM.png

Screenshot 2024-08-21 at 10.00.41 AM.png


  As you can see, several issues with this:

On Mobile
1) Add to carts button are not aligned
2) Font size of the price should be smaller so that it fits in one single row
3) Product Name should be bigger and bolder

On Desktop
1) Add to carts button are not aligned
2) Overall spacing between the texts feels deranged. Feeling very clutterd.

Link to my site- https://f40566-d3.myshopify.com/

Can someone please please help in fixing these? They were okay a while ago but somehow got deranged while I was editing and now I can't diagnose how. 

Thanks a ton!



Replies 4 (4)

BSSCommerce-B2B
Shopify Partner
1282 334 398

Hi @RaghavGoel1 , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1724352983735.png

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

 

  .color-scheme-2.isolate.gradient .grid__item.slider__slide:first-child .quick-add.no-js-hidden {
    padding-top: 65px !important;
  }
  span.price-item.price-item--sale.price-item--last,
  .collection .price-item.price-item--regular {
    font-size: 12px !important;
  }
  .card__heading.h5 {
    font-size: large !important;
    font-weight: bold !important;
  }

 

 

Step 3: Save and reload home page.

=>> The result: 

#Mobile:

BSSCommerceB2B_2-1724354693722.png

BSSCommerceB2B_3-1724354756928.png

 

 

#Desktop:

BSSCommerceB2B_1-1724354689616.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
RaghavGoel1
Excursionist
41 0 12

Hey thanks for the solution, however, it did not seem to work...they're still appearing the same. Can you please look into this?

Screenshot 2024-08-23 at 10.42.35 PM.png

BSSCommerce-B2B
Shopify Partner
1282 334 398

Hi @RaghavGoel1 , 

What device you use to view this page? 

I used Iphone 12 and the display like image below: 

BSSCommerceB2B_0-1724439073005.png

Or you can change the font size of text  smaller to certain that it fits in one single row.  

Example:

.color-scheme-2.isolate.gradient .grid__item.slider__slide:first-child .quick-add.no-js-hidden {
    padding-top: 65px !important;
  }
  span.price-item.price-item--sale.price-item--last{
    font-size: 11px !important;
  }
  .collection .price-item.price-item--regular {
    font-size: 11px !important;
  }
  .card__heading.h5 {
    font-size: large !important;
    font-weight: bold !important;
  }

 

Hope it helps, 

If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
RaghavGoel1
Excursionist
41 0 12

Unfortunately, its still showing up in two separate lines in mobile view.

Screenshot 2024-08-28 at 10.42.36 AM.png