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
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