Dawn theme: How do I stretch the collection description across the screen?

Dawn theme: How do I stretch the collection description across the screen?

Pragon
Excursionist
16 0 5

Morning

 

Can someone help me and share how I can stretch the collection wording across the top of the screen?

 

Ive tried it in two ways, but cant get it to work.

 

In this page I've got it the wording in the collection page in the collections area in Shopify.

Larktale Wagons | Pram Wagons | Stroller Wagons | Hybrid Wagons | Pragon

 

Screenshot 2024-08-08 102101.jpg

 

 

Then in this one I've got the wording in the custom collection page.  But again, I cant work out how to stretch the wording cross the screen.

WonderFold Wagons Australia | Pram Wagon | Stroller Wagon | Pragon

 

Screenshot 2024-08-08 102556.jpg

 

I don't mind which way it is done, I just cant get it to work either way! 

 

Thanks

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
1988 698 849

Hi @Pragon

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
@media screen and (min-width: 750px) {
    .collection-hero__description {
        max-width: 100% !important;
    }
}
</style>

Here is result:

BSSCommerceHDL_0-1723081321005.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

Eric-HAN
Shopify Partner
180 25 20

Hi , there

  please find your theme.liquid or template-collection.css files 

 add  or find 

@media screen and (min-width: 990px) {
.rich-text__blocks {
    max-width: 100%;
}
}

  please find your theme.liquid or template-collection.css files 

 add  or find 

@media screen and (min-width: 750px) {
.rich-text__blocks {
    max-width: 100%;
}
}

EricHAN_0-1723084164257.png

 

- Helpful? Please hit Like and mark it as a solution
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me    Buy Me A Coffee