Reduce the sixe of Rich Text Section, ONLY ON MOBILE, Symmetry Theme

Solved

Reduce the sixe of Rich Text Section, ONLY ON MOBILE, Symmetry Theme

Mdb_Gioto
Excursionist
32 0 11

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/

 

Screenshot 2024-04-30 at 11.45.25.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
8485 2027 2487

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!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
8485 2027 2487

Hi @Mdb_Gioto 

Do you mean like this?

Made4uoRibe_0-1714479357123.png

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!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Mdb_Gioto
Excursionist
32 0 11

Hi! I tried adding the code in the style.css and theme.js, but it didn't work... Did I make something wrong?

Screenshot 2024-04-30 at 17.04.54.png

Made4uo-Ribe
Shopify Partner
8485 2027 2487

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!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Mdb_Gioto
Excursionist
32 0 11

Thank you, it worked ! thanks