I need help centering the header of my featured collection!

Hi,
Im having trouble centering the header of my featured collection as seen below

Im using the Ride theme and my url is: https://sonic-weaponry.myshopify.com/

Any help with this would be greatly appreciated!

2 Likes

Hello There,

Please share your store password.
So that I will check and let you know the exact solution here.

Hi,

Your site is password protected so please provide password.

Thank you.

I disabled the password now, sorry!

The password has now been disabled!

1 Like

Please add below css in bottom of assets/base.css file

.collection__title h2.title.h2 {
text-align: center;

}
Thank you.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.collection__title h2.title.h2 {
text-align: center;
}

Hello @sonicweaponry ,

Greetings!!

Follow the steps,

Shopify Admin->online store > themes > actions > edit code-> Asset >base.css and paste this at the bottom

.title-wrapper--no-top-margin>.title {text-align: center;}

Thanks! This worked!