How to adjust the length of the “Rich Text” panel

Solved

How to adjust the length of the “Rich Text” panel

Dawn555
Excursionist
15 0 7

Hi, I would like to narrow the “Rich Text” section. This section is too long and takes up a lot of space.

 

issue 2.png

 

Url: hookeroad.com

Accepted Solution (1)

Moeed
Shopify Partner
7395 2003 2445

This is an accepted solution.

Hey @Dawn555 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.rich-text {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}
</style>

RESULT:

Moeed_0-1744355433903.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7395 2003 2445

This is an accepted solution.

Hey @Dawn555 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.rich-text {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}
</style>

RESULT:

Moeed_0-1744355433903.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications