jodysingh786 Posted May 15, 2014 Share Posted May 15, 2014 (edited) the products on homepage are not in place. the site is www.viewmedicines.com screenshot's are attached. probably i uploaded module for other version but dont think so. Edited May 16, 2014 by jodysingh786 (see edit history) 1 Link to comment Share on other sites More sharing options...
vekia Posted May 17, 2014 Share Posted May 17, 2014 there is not enough space to display 3 products in line in this case it's necessary to decrease width of <li> elements change: #featured-products_block_center li { width: 157px; height: 242px; margin: 21px 8px 1px 14px; padding: 1px 7px; border: 1px dotted #ede; } to: #featured-products_block_center li { width: 127px; height: 242px; margin: 21px 8px 1px 14px; padding: 1px 7px; border: 1px dotted #ede; } effect Link to comment Share on other sites More sharing options...
jodysingh786 Posted May 22, 2014 Author Share Posted May 22, 2014 Hi. Which file do I go to and change? To confirm I ask that I need to go to cpanel and then edit the file as told by you. My question is that can I have the default setup restored for the products on homepage? As in 4 products in a row and so on. Link to comment Share on other sites More sharing options...
vekia Posted May 22, 2014 Share Posted May 22, 2014 it's homefeatured.css file located in module directory you can place there 4 products per row but note that there is not a lot space, just decrease width param 1 Link to comment Share on other sites More sharing options...
Recommended Posts