Jump to content

Can't change number of featured products in a row


Recommended Posts

Calling all of you smarter-than-me folks...

 

I'm trying to edit the number of featured products in a row for my site www.customkashmir.com

 

There are currently 5 and I want four larger ones.

 

I have gone into homefeatured.tpl and it is currently set to 3 per row: {assign var='nbItemsPerLine' value=3} which makes no sense.

 

Is there another homefeatured.tpl file elsewhere that may need editing? Is it a CSS issue (I am not using the default template)?

 

Thanks in advance!

 

-Jack

Link to comment
Share on other sites

cleantheme.css

 

.cleantheme.two_col #featured-products_block_center li.last_item_of_line {
margin-right: 0;
}

.cleantheme.two_col #featured-products_block_center li {
margin-right:5px}
homefeatured.css
 
#featured-products_block_center li {
margin-right: 10px;
padding: 10px 0;
width: 184px;
height: 240px;
margin-bottom: 5px;
}

 

Edited by tozi (see edit history)
Link to comment
Share on other sites

Thank you guys! Once again I'm in your debt. Styles are much more like I wanted. Just a couple of alignment issues with the bold text below the images (how to center and if possible add more characters?) And also the spacing between the images is a little off. That said, looking much better and I'm very pleased. Thanks again, and any advice on the latter would be appreciated!

Link to comment
Share on other sites

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...