Jump to content

[SOLVED] Template problem


Recommended Posts

Hi,

I am preparing my new eshop, it's running on presta 1.4.6.2 and I have a following problem with template.

I deleted truncate of the product's names and the pages with list of products are broken.

How can I repair it? I was thinking about some hr cleaner, but I don't know, how implement it.

Let's see - http://eshop.elmettrade.cz/

 

Thanks for your help.

Link to comment
Share on other sites

try to set height of the li element in your global.css:

 

line 222:

#featured-products_block_center ul li {
float: left;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 15px;
text-align: center;
width: 170px;
height:265px;
}

Link to comment
Share on other sites

Thanks a lot! It's really helpfull,

but now I would like to stick the div #featured-products_block_center .btnHolder to the bottom of the parents div. I've tried some positions relative, bottom attribute or clear both but nothing was succesfull.

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