Hi folks,
I need to align the product information and the product image.
Now it is like the picture below:
and I would like the text to be on the left and aligned to the image.
Any suggestion?
Hi @MaBa
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
Hi @MaBa
You can try follow this path:
Themes => edit code => asset => component-card.css
and add this code to bottom of the file component-card.css
.card__content{
margin-left: -20px;
margin-right: -20px;
}
Hi @MaBa ,
Please follow these steps to fix your issue:
.card__information {
padding-left: 0 !important;
margin-left: -1rem !important;
}
try it and let me know
Hi, I solved using the card alignment option in the theme customisation page. No code needed.
Thanks anyway