Hello,
I am trying to center the content of the product single page with css.
I used this css but it only centers the text:
div.product-information-inner
{
display: flex;
justify-content: center;
text-align: center;
}
I am attaching a photo of how it looks.
Do you have any suggestion on how to center the entire thing?
Thanks,