How can I center the collection description text on desktop view?

I am trying to centre the text allocation of the collection description to the centre. It’s only not cenetered on the desktop view. Does anyone know how to do it? I will appreciate all the help!

Hi @Dat999 ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hello @Dat999 ,

You go to edit code and add this CSS:

.collection-hero__description {

max-width: 100% !important;

text-align: center !important;;

}

Hope this helps