Buy me a coffee

How to make description text in the accordion span the full width of the accordion?

To make description text in accordion span fullwidth of accordion, you can edit Accordion Block > Choose Design > Description.

How To Make Description Text In The Accordion Span The Full Width Of The Accordion 1 Min

Change Width to 100%

How To Make Description Text In The Accordion Span The Full Width Of The Accordion 2 Min

Or you can use this code to Website Tools > Custom CSS.

div.accordion-item__description {
    max-width: 100% !important;
}

How To Make Description Text In The Accordion Span The Full Width Of The Accordion 3 Min