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
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024