Author Topic: latest products not aligned  (Read 3614 times)

Offline kangana

  • Newbie
  • *
  • Posts: 27
  • Karma: +2/-1
    • View Profile
latest products not aligned
« 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

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: latest products not aligned
« Reply #1 on: May 06, 2014, 11:23:26 AM »
In storefront/view/default_html5/stylesheet/style.css

Replace:
Code: [Select]
ul.side_prd_list li {
display: block;
with:
Code: [Select]
ul.side_prd_list li {
display: inline-block;
“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

 

Powered by SMFPacks Social Login Mod