Shopify themes, liquid, logos, and UX
Hi my size chart seems to be too large on phone that the numbers are stacked!
How can i adjust font size?
Thanks!
https://fitnessflair.co/products/ascend-compression-tee
Solved! Go to the solution
This is an accepted solution.
Hi @nicolewx
You can add this code to Custom CSS in Sale Channels > Online Store > Themes > Customize > Theme settings to solve it.
@media (max-width: 749px) {
.product__accordion table td {
padding: .2em;
}
}
- 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.
Hello @nicolewx
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.product-form__input--pill input[type="radio"] + label {
font-size: 1rem !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi! doesn't seem to work 😞
Hi there Nicole @nicolewx you should try these following steps
1) Go to Online Store->Theme->Edit code.
2) Search file base.css
3) Paste the below code at bottom of the file -> Save
@media (max-width: 767px){
strong[data-mce-fragment="1"] {
font-size: 23px !important;
}}
With this, the font size of the size chart should be appropriately adjusted. Let me know if this works for you!
Hi there! This doesn't seem to work 😞
This is an accepted solution.
Hi @nicolewx
You can add this code to Custom CSS in Sale Channels > Online Store > Themes > Customize > Theme settings to solve it.
@media (max-width: 749px) {
.product__accordion table td {
padding: .2em;
}
}
- 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.
This works! Thank you so much!
Very welcome and have a great day ahead!
- 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.
Hi @nicolewx ,
Can you share which part has error?
You can share with me a screenshot of it.
Best,
Daisy
Hi!! The numbers are stacked on mobile as shown!
Hi @nicolewx
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
@media(max-width:550px){
.product__accordion .accordion__content table tbody tr:nth-child(1) td {
font-size: 12px !important;
padding: 12px 0 !important;
}
.product__accordion .accordion__content table tbody tr:nth-child(2) td {
padding: 12px 0 !important;
font-size: 13px !important;
}
.product__accordion .accordion__content table tbody tr:nth-child(3) td {
padding: 12px 0 !important;
font-size: 12px !important;
}
.product__accordion .accordion__content table tbody tr:nth-child(4) td {
font-size: 12px !important;
padding: 12px 0 !important;
}
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024