Posted - 09/25/2021 : 17:27:21
If it just affecting your proddetail.php/.asp page, add this to the <head> <style> div.reviews{clear:both !important;} </style> If you have more pages being affected, I would suggest adding it to your main CSS file.
For the category boxes, change this div.category{ border:1px solid #ccc; margin:0.5% 0; padding:2px; } to div.category{ border:1px solid #ccc; margin:0.5% 1%; padding:2px; }
For the product boxes, chage div.product{ min-height:180px; display:inline-block; vertical-align:top; margin:0.5%; padding:6px 6px 0px 6px; box-sizing:border-box; } to div.product{ min-height:200px; display:inline-block; vertical-align:top; margin:0.5%; padding:6px 6px 0px 6px; box-sizing:border-box; }
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|