make rich text full width on collection page

Solved

make rich text full width on collection page

ads18922
Pathfinder
173 0 50

hello, i want to make my rich text full width (ive marked it with red pen) on my collection page:

Screenshot 2025-03-20 at 20.59.05.png

my website is www.alexandrawestbrook.com , theme is dawn

Accepted Solution (1)

DaisyVo
Shopify Partner
4385 486 579

This is an accepted solution.

Hi @ads18922 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.rich-text__wrapper.rich-text__wrapper--left.page-width {
    padding: 0 !important;
    margin-left: 15px !important;
}

 

Result 

DaisyVo_0-1742522805388.png

 

Best,

DaisyVo

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
4385 486 579

This is an accepted solution.

Hi @ads18922 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.rich-text__wrapper.rich-text__wrapper--left.page-width {
    padding: 0 !important;
    margin-left: 15px !important;
}

 

Result 

DaisyVo_0-1742522805388.png

 

Best,

DaisyVo

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution