Jump to content

editing look of home featured module


Recommended Posts

You can edit the homefeatured.tpl file and change the items per row at the top of the page then you will need to adit the css file to pad or margin as you like.

while you are building the site if you would turn off CCC we can inspect the CSS code and give you margins and padding and any other changes needed to the CSS to line things up.

As it is now we get all CSS files lumped into one file so we can not really see the individual CSS files.

 

 

{if isset($products) AND $products}

<div class="block_content">

{assign var='liHeight' value=250}

{assign var='nbItemsPerLine' value=4}

{assign var='nbLi' value=$products|@count}

  • Like 1
Link to comment
Share on other sites

Look under Advanced Parameters, Performance scroll down a little and change as below.

 

 

 

 

Also did you modify anything else in the TPL file as I see that the two middle blocks are not padding the same as the rest, if so upload a new TPL file from the zip and change the row count to 3.

Link to comment
Share on other sites

Ok it looks alright, try these settings and tell me what you think, just copy and paste to your CSS file and have a look.

 

#featured-products_block_center li {

margin-right:55px;

padding:20px 0px 30px 0px;

width:126px;

height:240px;

margin-left:12px

}

Link to comment
Share on other sites

×
×
  • Create New...