make rich text full width on collection page

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

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

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

Best,

DaisyVo