gregdo Posted February 19, 2014 Share Posted February 19, 2014 Hi everyone, I'm having a alignment issue when my product is out of stock in the product page. I think the problem lies with the height. I hope someone here can point me to the right direction to fix it. This is my site URL, http://goo.gl/XFKBje Thank you! Link to comment Share on other sites More sharing options...
vekia Posted February 19, 2014 Share Posted February 19, 2014 it's because of this: you have to define height param for <li> objects, it must be the same for each item displayed on list Link to comment Share on other sites More sharing options...
vekia Posted February 19, 2014 Share Posted February 19, 2014 global.css line 2891 change .columnWide2 .products_block.grid li { padding: 10px 1%; width: 23%; } to .columnWide2 .products_block.grid li { padding: 10px 1%; width: 23%; height: 350px; } Link to comment Share on other sites More sharing options...
gregdo Posted February 20, 2014 Author Share Posted February 20, 2014 Thank you Vekia! You have always been a life saver! For those who needs to know, I'm using 1.5.6 with a responsive theme. Link to comment Share on other sites More sharing options...
vekia Posted February 20, 2014 Share Posted February 20, 2014 you're welcome glad to hear that i could help you in this case i can confirm, i checked it and now it works as it should well done! i marked this thread as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts