How can I change font alignment on my collection page?

Hi, I can’t get my font to center / go across the page here.. https://www.westmichiganballoons.com/collections/gift-delivery

I’ve tried messing with different code but I can’t get it.. can anyone help? Thanks

westmichiganballoons.com no pw

@lisahiggins , do this to fix it in 20 seconds:

  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:
.collection-hero__inner{

     text-align: center;   
}

.collection-hero__description {
        margin: 0 auto;
    display: block;
    margin-bottom: 40px !important;
}

Kind regards,
Diego

That was so easy and worked perfectly. Thank you!

1 Like

That worked perfectly and quickly, thank you!