Jump to content

miss something in my site


Recommended Posts

I had this when i wasn't giving my items enough spacing. In your themes/default/css/product.css you may only have to move things by a couple of pixels to fix it. ALWAYS make a backup of the file before you start changing it and turn cache off and force compilation on so you are seeing your changes in real time. 

Link to comment
Share on other sites

what name of styles i must modify ? (so many style). Thanks

I had this when i wasn't giving my items enough spacing. In your themes/default/css/product.css you may only have to move things by a couple of pixels to fix it. ALWAYS make a backup of the file before you start changing it and turn cache off and force compilation on so you are seeing your changes in real time. 

Link to comment
Share on other sites

I'd have to see the site to know for sure. Try too looking in global.css for new products....adjusting the padding or margin a little may do the trick. I've found most of my adjustments by backing up the file, changing the numbers a little and seeing what changed afterwards. There are some Prestashop professionals here that may know just by looking at it but I'm not that good....just trying to help you because so many have helped me.  

  • Like 1
Link to comment
Share on other sites

thanks, i have resolved.(disabled margin-top) i dont know why they let margin-top -3px, it isnt normal.

gobal.css line 6146

    .block .products-block li .product-content h5 {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	/* [disabled]margin-top: -3px; */ 

 

I'd have to see the site to know for sure. Try too looking in global.css for new products....adjusting the padding or margin a little may do the trick. I've found most of my adjustments by backing up the file, changing the numbers a little and seeing what changed afterwards. There are some Prestashop professionals here that may know just by looking at it but I'm not that good....just trying to help you because so many have helped me.  

Link to comment
Share on other sites

×
×
  • Create New...