Jump to content

[SOLVED] Featured products space


Recommended Posts

Hi all

need little help on main page where Featured products view, there is some space between picture and title, i attach my pic with it, can you guys please help me where and which line i have to edit for that please.

thanks in advance.
theepan

31174_JENf3EvIp1QSQns9M1lY_t

Link to comment
Share on other sites

It's the following code in the /* Special style for block products in center column */ section of global.css that controls the height of those:

#center_column div.products_block h5 {
   display: block;
   margin-top: 8px;
   height: 2.57em
}
#center_column div.products_block h5 a {
   color: #374853;
   font-size: 1.1em
}
#center_column div.products_block ul li p {
   margin: 0;
   padding: 0
}
#center_column div.products_block p.product_desc {
   height: 9em;
   color: #595a5e
}



Decrease the first height of 2.57em to reduce the height of the product name and decrease the second height of 9em to reduce the height of the product description. You will also need to change line 6 of modules/homefeatured/homefeatured.tpl:

{assign var='liHeight' value=342}



Decrease the value of the liHeight until the grey background lines up with the bottom of the last row of featured products.

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...