How to center all products based on title?
-
How can I center content of a product in the shop grid based on the title? screenshot attached (ss1)
Even product grid for desktop did not help (ss2)
Attachments:
You must be
logged in to view attached files.
Hello,
Please check this manual: https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/
If you have any questions please feel free to contact us.
Best Regards
Images are same height
Even product grid did not help
Hello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
I did not manage to align by title but moving the swatches to the ends seems like a good solution for us.
.product-wrapper {
display: flex;
flex-direction: column;
}
div.wd-swatches-grid{
order: 1;
margin-top: 10px;
}
Hello,
We are glad you have found your solution.
If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to center all products based on title?’ is closed to new replies.