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!
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!
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!
Please add below css in bottom of assets/base.css file
.collection__title h2.title.h2 {
text-align: center;
}
Thank you.
Hello There,
.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!