Hi @rgeafrauuhf ,
You can edit this by adding a simple line of css
Go to your online store > themes > click on customise on current active theme > click on the section which needs to be changed > on rightside scroll down you can see custom css section > paste the below code.
.multi-column__item {
display: flex;
flex-direction: column;
align-items: center;
}
by adding like this it only effect on that particular section only if you need to make change in every page where the section comes then
go to online Store > themes> click on three dots of current active theme> edit code > search for theme.css in leftside bar search > open it paste the above code.
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans