Hello I need help.
On this page : https://neon-mood.nl/products/maak-uw-neon
One mobile version those 2 images are perfect width but on pc it’s too big how can I reduce them and center them only on pc ?
thanks !
Hello I need help.
On this page : https://neon-mood.nl/products/maak-uw-neon
One mobile version those 2 images are perfect width but on pc it’s too big how can I reduce them and center them only on pc ?
thanks !
Hi there,
You can achieve that through custom CSS, as below:
@media (min-width:768px) {
.product-single__description.rte div p img {
max-width: 800px !important;
}
}
Adding it at the end of your theme.scss.css should be working as expected.
Cheers!
Thank you so much bro ! Do you know why it don’t work on my second website ? https://xn–mon-non-personnalis-fzbo.fr/products/neon-personnalise @GabrielS