How can I center align text on my product page?

Hi there,

I have added this to my description on my product page - is there any way to align the text centrally horizontally on to the icons?

https://www.quiztrail.co.uk/products/broadstairs-quiz-trail

Thank you in advance.

You can restructure by wrapping each icon and its text in a span tag, adding these css properties display: flex;
align-items: center;

Hi - thank you for your help.

Do I insert this in this area?

Hi @quiztrail

We’ve checked your website and see you’ve fixed your problem already.

Should you need any assistance from us, we’re ready to support you.

Hi, I couldn’t work out where to put the code mentioned above by another user, so I have inserted an in image instead.