Jump to content

[SOLVED] Text overlapping on product list page


Recommended Posts

I've been having this problem, where some product's description is changing positions and overlapping the price on product list pages.

The problem is only occurring with a handful of products, but is rather annoying.

 

I've attached a picture that shows how it should look, and how it shouldn't look.

 

 

 

Advance thanks for any help at all!

 

Regards

post-635325-0-02831600-1382545356_thumb.jpg

Link to comment
Share on other sites

open product-list.tpl file

there, where you've got 

{$product->reference}

add:

 

<span class="spanreference">{$product->reference}</span>

 

then in global css style create code:

 

.spanreference {
width: 100px;
display: block;
overflow: hidden;
}
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...