Content not displaying properly in opencart site

Discussion in 'HTML & Website Design' started by zawan273, Jun 5, 2013.

  1. #1
    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/
     
    zawan273, Jun 5, 2013 IP
  2. HomeDesigner

    HomeDesigner Well-Known Member

    Messages:
    389
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    155
    #2
    It looks fine to me, try an other browser maybe.
     
    HomeDesigner, Jun 5, 2013 IP
  3. zawan273

    zawan273 Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    Yes I have tried other major browsers as well. IE and opera have no issues. Safari, chrome and firefox all show same behavior but with different magnitude. I mean they display the full page but not always. They display half of the content upon refreshing or reloading
     
    zawan273, Jun 5, 2013 IP
  4. HomeDesigner

    HomeDesigner Well-Known Member

    Messages:
    389
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    155
    #4
    do you have a Reset code on your CSS style sheet ?
     
    HomeDesigner, Jun 5, 2013 IP
  5. zawan273

    zawan273 Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #5
    no i don't have.
     
    zawan273, Jun 5, 2013 IP
  6. HomeDesigner

    HomeDesigner Well-Known Member

    Messages:
    389
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    155
    #6
    I will send you the code and the steps on your PM.
     
    HomeDesigner, Jun 5, 2013 IP
  7. zawan273

    zawan273 Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #7
    ahh, that would be very nice
     
    zawan273, Jun 5, 2013 IP
  8. HomeDesigner

    HomeDesigner Well-Known Member

    Messages:
    389
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    155
    #8
    Try this one :

    /* reset */

    *{
    margin:0;
    padding:0;
    outline:0;
    }

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;

    }

    /* remember to highlight inserts somehow! */
    ins {
    text-decoration:underline;
    }
    del {
    text-decoration: line-through;
    }

    h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, il, a, input {
    direction:ltr;
    }

    blockquote
    {
    margin:5px 17px;
    padding:7px;
    border:5px solid #3e89f1;
    color:#000;
    background: #E9F4FA url('images/quote.png') no-repeat 0 0 ;

    }

    ul , ol , dl {
    list-style-position:inside;
    font-weight:bold;
    }
     
    HomeDesigner, Jun 5, 2013 IP