Fix category title positioning

Solved

Fix category title positioning

CarEQ
Tourist
9 0 3

Hello! I have some problems trying to position my category title, I'm wondering if there is a code i can insert somewhere to fix this? Thanks! (Photos examples below and detailed expalination)

 

The title (Belysning) is supposed to be in the middle center of the category description.

Skärmbild 2024-11-17 162831.png

Accepted Solution (1)
devcoders
Shopify Partner
544 78 141

This is an accepted solution.

Hello @CarEQ 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

h1.collection-hero__title {
text-align: center;
}

 

devcoders_0-1731858183789.png

 

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 4 (4)

devcoders
Shopify Partner
544 78 141

Hello @CarEQ 
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
CarEQ
Tourist
9 0 3

Yes of course, here it is https://careqstore.com/collections/belysning

No password

devcoders
Shopify Partner
544 78 141

This is an accepted solution.

Hello @CarEQ 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

h1.collection-hero__title {
text-align: center;
}

 

devcoders_0-1731858183789.png

 

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
devcoders
Shopify Partner
544 78 141

Hello @CarEQ 

 

You're very welcome! I'm thrilled to hear that you're pleased with the outcome. Don't hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!