Hey everyone !
At the moment, my collection description is like that :
But I want it to be full width, i mean that is goes from the product on the right (it does already) to the product on the left.
Anyone could help me ?
Thanks in advance !
A user wants to modify their Dawn theme collection page so the description spans the full width of the screen, rather than being constrained to a narrower column.
Solution Provided:
.collection-hero__description {
max-width: 100% !important;
}
Implementation Notes:
Hey everyone !
At the moment, my collection description is like that :
But I want it to be full width, i mean that is goes from the product on the right (it does already) to the product on the left.
Anyone could help me ?
Thanks in advance !
Hi @LRDN
Can you share with me the page url
Hi @LRDN
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.css ->paste bellow code in top of file
.collection-hero__description.rte {
max-width: 100% !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
I am also using Dawn theme, and want my collection description to be the full width. I could not find a theme.css file but I did find component-collection-hero.css so I took a shot and inserted your code, which made my description go the full width of the screen.
@PageFly-Richard Thanks, that worked for me!