All things Shopify and commerce
Hi there, my product names on my product pages have suddenly become slightly too big on mobile view only.
Can anyone help me work out how I can find reduce them slightly and test out a couple of sizes? I can't amend it on my overall theme typography settings (headings/body set to minimum 100%). I wonder if I need to tweak some code but not sure where, hoping someone might know.
Site is www.cheerings.co.uk Thank you for any thoughts in advance!
Solved! Go to the solution
This is an accepted solution.
Hey! I had a look at your store - Could you try the following and report back?
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
.product__title {
font-size: 14px; /* Adjust this value to your preference */
line-height: 1.2; /* adjust line height for your desired spacing */
}
}
This is an accepted solution.
Hey! I had a look at your store - Could you try the following and report back?
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (max-width: 749px) {
.product__title {
font-size: 14px; /* Adjust this value to your preference */
line-height: 1.2; /* adjust line height for your desired spacing */
}
}
Thank you, I think that worked I really appreciate your help. I couldn't work it out!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025