Hey there ,
unfortunately the cataloguie element doesn’t look so nice in mobile view.
see:
would it be possible to define a margin for the caption text just for mobile view?
BR Josephine
pls find enclosed login data
Hi,
Thank you for the inquiry.
You can add this css code to adjust the right padding of the catalogue item title and prevent it from overlapping with the product price on mobile view.
.av-catalogue-title {
padding-right: 150px;
}
Best regards,
Ismael
thanks a lot!