Shopify themes, liquid, logos, and UX
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:
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!
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:
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:
#Desktop:
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
Hey thanks for the solution, however, it did not seem to work...they're still appearing the same. Can you please look into this?
Hi @RaghavGoel1 ,
What device you use to view this page?
I used Iphone 12 and the display like image below:
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
Unfortunately, its still showing up in two separate lines in mobile view.
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024