Reposition heading to center

HEY!

I’m trying to change the header position to be center instead of left but it’s not working.

Section I’m working on: Collection list
Theme: Rise
CSS code I tried and didn’t work:
.collection-list-title {
text-align: center;
}

1 Like

Hey @designer.drafts_1

Can you share your store URL and Password if enabled?

Best,
Moeed

Hey @Moeed , is it possible to help me out without access to the store please

Just to clarify, I’m not asking for your backend access. I’m asking for your website frontend which is visible to everyone.

If the front-end is password protected then you can share the password of it in my private messages as well

yes it’s accessible to everyone

It’s the last section of the home page I’m struggling with

Perfect, now just simply add this code in your Custom CSS option of your section from theme customization.

.title-wrapper--no-top-margin {
    justify-content: center !important;
}

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

1 Like

thank you it worked!!

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.