Content not displaying properly in opencart site

I am working on a cosmetics website. On home page I am showing a deal with complete description. Everything is fine except when I load the page for first time it does not show the full content. Half of the content is hidden. I have tried cleafix and other css tricks to solve the issue, but no luck. Can somebody help me out? Here’s the website page: http://www.zozouae.com/

Hi zawan273. Welcome to the forums. :slight_smile:

The site loads fine for me. In what browser are you seeing the issue? What part isn’t loading properly?

The issue is simple, the details of the deal do not display completely all the time. I have tried major browsers. IE and opera have no issues. Safari, chrome and firefox all show same behavior but with different magnitude. I mean they display the full content but not always. They display half of the content upon refreshing or reloading. You can test this out by reloading the page several times and checking the difference.

Loads fine every time for me in Chrome. Assuming you mean that large image, it can help to place image dimensions in the HTML itself (e.g. <img src="" width="720" height="255">. This establishes a space for the image as the page loads, even if the image takes a moment to load.