How do I add full width banner for each of the collections?

How can I add full width banner (image with text) for each of the collections?

Right now it looks like this:

But I want it to look like this:

Hi @analana ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

@analana

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

thank you. it’s https://delamushka.com

thank you. it’s https://delamushka.com

Hi @analana ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-collection-hero.css->paste below code at the bottom of the file:
@media (min-width: 1280px) {
.collection-hero__image-container {
     margin-right: calc((100vw - 110rem) / 2 * (-1));
}
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@analana

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-collection-hero.css->paste below code at the bottom of the file.
.collection-hero.collection-hero--with-image {
    background: #fbf1ee;
    padding: 0;
}
.collection-hero--with-image .collection-hero__inner {
    padding: 0;
    max-width: 100%;
}
.collection-hero__image-container {
    min-height: 40rem;
}
.collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem;
}

Thank you, it looks beautiful now!

I do have one more question, that probably requires some type of coding as well.

How do I center each collection’s title? see the photo attached. Thank you in advance.

@analana

yes, please add this code

.collection-hero--with-image .collection-hero__title {text-align: center;}

Thank you :slightly_smiling_face:

@analana

you are most Welcome Best Of Luck Sale

Dear Ketan, hope you are well.

I do have another question. How do I create the same banner (full width image with text) for the “about” page? https://delamushka.com/pages/about

thank you in advance!

Dear Ketan, hope you are well.

I do have another question. How do I create the same banner (full width image with text) for the “about” page? https://delamushka.com/pages/about

thank you in advance!

@analana

yes, please add section so i will check and guide you

Just did. also would like to remove the word About from the page. Thank you in advance!!

@analana

yes, sure did you fix right or do you need more help?

yes, I want it to be full width (half photo, half background with text)

right now is like this

@analana

yes but i can’t see that section can you please show me

sorry, not sure what you mean by “I can’t see that section” :slightly_smiling_face: What do I need to send you?