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! ![]()
Best regards,
René
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! ![]()
Best regards,
René
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 ![]()
Best regards,
René
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
.collection__title.title-wrapper {
text-align: center;
}
We got it working with that code:
.collection__title.title-wrapper {
text-align: center;
}
Thank you ![]()