AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: kangana on April 18, 2014, 02:31:13 AM

Title: latest products not aligned
Post by: kangana on April 18, 2014, 02:31:13 AM
http://kanganafashion.com/index.php?rt=product/product&product_id=50

if i show latest products on left or rigth, before they used to display in one line but now its showing one out and one inside
Title: Re: latest products not aligned
Post by: eCommerce Core on May 06, 2014, 11:23:26 AM
In storefront/view/default_html5/stylesheet/style.css

Replace:

ul.side_prd_list li {
display: block;

with:

ul.side_prd_list li {
display: inline-block;