-
Posts
1,316 -
Joined
-
Last visited
-
Days Won
23
Community Answers
-
SmartDataSoft's post in Friendly URL structure altered after upgrading from 1.5 to 1.6 was marked as the answer
@)icholas
Did you install more than one language in your prestashop admin panel. if you install please disable or remove them and try to only put one language. It will solve your issue.
-
SmartDataSoft's post in Images Not Displaying In Grid View On Categories was marked as the answer
here is your solution
.products-grid .productgrid-area { bottom: -34px; //remove this } style.css line no 1248
also remove the
<div class="productgrid-area" inside hidden class that hide your image in grid, so in grid view it will show your image. the above css remove the image possition.
-
SmartDataSoft's post in BlockBanner Mod help! was marked as the answer
Put this code in your css and it will solve the issue
header .banner .container { margin-left: 0 !important; }