Page "frame" not big enough to cover all content

HI Guys,

I am usinng the premuim version of Ultimate Product Catalogue on the following site.

My problems is that the wrap for the content does not cover the content for the product section of the catalogue.
link to view he problem
http://dianas.co.za/catalogue-details/product/BulbinellaCream/?

This is a link from the catalogue-details navbar option if you select one of the products from that page.

Any advise how to fix this?

Hey Herman,

The CSS snippet below should fix you right up!

.prod-cat-addt-details:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

Ben

You are the man! THx for this super fast reply Ben Carlo!

No worries at all! Enjoy BB! :slight_smile:

Ben