Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
As I said, I want to reduce the rich text section, only on Mobile, if I have to reduce the font size, It wouldn't be a problem... Thanks to everybody
This is my store: https://gioto-1308.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Can you replace on this code.
@media only screen and (max-width: 749px){
.padded-row, .fully-padded-row--small {
padding: 15px !important;
}
.lightly-spaced-row-above {
margin: 1rem;
}
}
And save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Mdb_Gioto
Do you mean like this?
If it is check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
.article.use-alt-bg.fully-padded-row--small.cc-animate-init.-in.cc-animate-complete {
padding: 15px;
}
.lightly-spaced-row-above {
margin: 1rem;
}
}
And save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi! I tried adding the code in the style.css and theme.js, but it didn't work... Did I make something wrong?
This is an accepted solution.
Can you replace on this code.
@media only screen and (max-width: 749px){
.padded-row, .fully-padded-row--small {
padding: 15px !important;
}
.lightly-spaced-row-above {
margin: 1rem;
}
}
And save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you, it worked ! thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025