Dawn 2.0 Multicolumn Header and Collection Header make it Center

Hello,

Please, how can I centre the header of multicolumn and collection in dawn 2.0 theme?

thank you

Store https://noejewellery.com

pass: eliasnoel

thank you

@ena11 ,

@ena11 I can’t open your store.

Hi @ena11 ,

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.

sorry its https://noeljewellery.com/

sorry its https://noeljewellery.com/

@ena11 ,

.multicolumn h2.title.h0 {
    text-align: center;
    margin: 0 auto;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Hi @ena11 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-multicolumn.css->paste below code at the bottom of the file:
.multicolumn .title-wrapper-with-link {
    justify-content: center !important;
}

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

4 Likes

hello, what about centring the collection heading??

@ena11 ,

You mean collection page ?

yes please

@

Where I put the red mark is the heading for the collection.

I hide it because it always appears on the left.

I need It in the middle.

Thank you for your kind help

@ena11 ,

div#FacetsWrapperDesktop {
    justify-content: center;
}

@ena11 ,

Hi,

Your issue is resolved or not?

if yes and then please give a like and accept it .

have a nice day!