Jump to content

Featured products problem


Recommended Posts

The problem is the width for each cell, I can not see the individual css files because you have CCC enabled.

I was however to align the into 2 rows by changing the width of the following heading, not sure if it in the global.css or the modules css.

 

Changed width to 170px

 

 

 

#featured-products_block_center li {

  • border-width: 1px 1px 2px 1px;
  • border-style: solid;
  • border-color: #e5e5e5 #e5e5e5 #b22222 #e5e5e5;
  • border-radius: 5px;
  • margin: 0 10px 20px;
  • width: 170px;
  • padding: 2px;
  • background-color: #fff;
  • float: left;

 

 

 

If you turn off CCC I can point you to the exact file.

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

It is the homefeatured.css located here ..themes/leoshoe/css/modules/homefeatured, go to this folder and edit the homefeatured.css file.

 

At the very top you should see this heading change the width from 174 to 170 and you should be good to go.

 

#featured-products_block_center li

Link to comment
Share on other sites

Hey Vekia you would think so but I have found that it really makes no diff, I have changed man times without changing the products per line in the tpl file without issues. Strange I know.

 

Here is an example.

 

From the .tpl file for this site. http://team-shepherdusa.com/shop3/

 

<div class="block_content">

{assign var='liHeight' value=250}

{assign var='nbItemsPerLine' value=4}

Link to comment
Share on other sites

Same file try these settings:

 

changed margin and width lines.

#featured-products_block_center li {

border-width: 1px 1px 2px 1px;

border-style: solid ;

border-color: #e5e5e5 #e5e5e5 #b22222 #e5e5e5;

border-radius: 5px;

margin: 0 25px 40px;

width: 200px;

padding: 2px;

background-color: #fff;

float: left;

}

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