How to centre Collection Title on the Homepage of my Dawn website

can someone please tell me how do i center the title text for my collection or services list please on the dawn theme? I am trying to center the title on my homepage that says “OUR SERVICES”

Thank you

my URL is: https://www.sandraleedesigns.com/

@sandraleedesign Go to assets/base.css and paste below css at bottom of file.

.title-wrapper-with-link
{
display: block !important;
}

Hi @sandraleedesign
You could try adding this code to the bottom of base css.

#shopify-section-template--15563370528939__16494341641080f2ab .collection-list-title {
  margin-left:auto;
  margin-right:auto;
}

Result:

Hi! @sandraleedesign

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store->Theme->Edit code

assets->base.css

title-wrapper-with-link {

display: flex !important;

justify-content: center !important;

}

Best regards,

PageFly