Jump to content

category imagines in homepage


Recommended Posts

You should be able to just go to Preferences > Images and then change the "home" size, then "Regenerate thumbanils". I'm not familiar with the code of Prestashop v1.2.5 Italia and can't find any link to download it. The code appears to be different than the original English version of Prestashop v1.2.5, so it is hard for me to help any further.

Link to comment
Share on other sites

Hi
You should try to change code in homefeatured.tpl
from

<img class="cover" width="160" height="200"


to

<img class="cover" width="160" height="160"



Width and height here are set as img attributes not from css.
You could also try to delete them and place them in cover class in css.

And for dots add/check
.products_block ul {list-style:none outside none;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...