Page Display Problem ...

Discussion in 'HTML & Website Design' started by drgeorgep, Nov 9, 2011.

  1. #1
    Hi ... please click here to see the bottom of example page. The text runs over the footer. I tried all I can image, which is limited, to repair this problem, but to no end. I need some help. Site uses Codigniter cms. Right click on url to view code. Thanks. dgp
     
    drgeorgep, Nov 9, 2011 IP
  2. 2WDH.com

    2WDH.com Active Member

    Messages:
    143
    Likes Received:
    3
    Best Answers:
    5
    Trophy Points:
    68
    #2
    Hi Drgeorgep.

    Find the following line in /assets/css/style.css file:
    #customScrollBox{position: relative; height: 650px; margin-bottom: 50px; overflow:hidden; float:left;}
    Code (markup):
    , replace
    overflow:hidden;
    Code (markup):
    with
    overflow:auto;
    Code (markup):
    in it and reload the page.
    This should point you to the reason of your issue ;)
     
    2WDH.com, Nov 12, 2011 IP
  3. ervada

    ervada Greenhorn

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #3
    I'm not seeing the problem when using chrome, but the solution of 2wdh should probably work.
     
    ervada, Nov 12, 2011 IP