Center featured collection in Dawn 12.0.0

Hey!

We are using Dawn 12.0.0.

Our problem is, that the collections are not centered on desktop:

Everything is centered but the products themself.

At which point in the sourcecode, we can fix that?

Thank you very much! :slightly_smiling_face:

Best regards,

René

1 Like

Hello @rnikolay ,

Please share the store URL.

Thanks

Hi @rnikolay

Could you please share with me your store URL?

Thank you!

Best,

Daisy - Avada Support Team.

Thank you. The URL is https://queence.de

We found the setting to center the products, but now we have to center the title too:

Best regards,

René

Hello!

Thank you, and please see my other reply :slightly_smiling_face:

Best regards,

René

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

.collection__title.title-wrapper {
    text-align: center;
}
1 Like

We got it working with that code:

.collection__title.title-wrapper {
    text-align: center;
}

Thank you :slightly_smiling_face: