Sense Theme (Free 2.0) - How to center Collage Heading?

How co center the Heading of “Collage” (main page) in Sense free 2.0 Theme?

All other sections have it centered…

Hello There,

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

Hi @Maro33 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

@ZestardTech The store is alwayshe.com I want the “TRENDING” to be centered

Hi @Maro33 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.collage-wrapper-title {
    text-align: center;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

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:
h2.collage-wrapper-title {
text-align: center;
}

Screenshot :- https://img001.prntscr.com/file/img001/aQZAEm92QmudrMLDWC4V6w.png

Thank you very much for help

Thank you for help