Hi, after the last joomla update some of the product pictures seem stretched /blury. Not sure why or what to do. Can you have a look please? thanks
Hi campoboy, You can add the following CSS to the /templates/ja_megastore/css/custom.css file:
.sl-product img, .javm_slider img { height: 250px; object-fit: cover; }
Hi thanks for your reply! Can you please be more specific where to enter this code, i am not sure where to put this. thx
campoboy
In the template's css folder there is a file whose name is custom.css. If it doesn't exist, create it yourself with that name. The code must be inserted there so that the changes remain even after the template update.
Goodmorning Francus641,
thanks for your help!
Hi campoboy, You can add the following CSS to the /templates/ja_megastore/css/custom.css file, I have helped you create this file.
Hi Dominic,
Thanks a lot very much appreciated!