Centering The 'Collection list' Title To The Center

title pls…
i used dwan theme and idk and i cant figure it out…

Hi @Ariel123 ,

Please share your store URL( with pass if your store password is enabled ). So that we can help you.
Thank you.

hello there

  1. Locate the code that outputs the Collection List title. This code may look something like this:
# {{ collection.title }}
  1. Add the following CSS code to your theme’s stylesheet to center the Collection List title:
h1 {
  text-align: center;
}

Hi @Ariel123 ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the bottom of the file

.card--standard>.card__content .card__information {
   text-align: center;
}

Hope my answer will help you.

Kate from PageFly Team

Hello @Ariel123 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team