• One of the pages on a client’s website is suddenly not working correctly. There is an obvious horizontal line across the middle, and links below the line do not work. A button that spans the line is clickable above the line, but not below it. I don’t know what would have caused the page to be divided in half. As far as I can tell, this is the only page on the site that is behaving this way. Does anyone know what could be causing this? The page is at https://www.christiansinthemarketplace.com/donations/

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dion

    (@diondesigns)

    The problem is some faulty CSS. Edit your theme’s style.css file and change the following:

    .container-col-full-width
    {
    	padding:0 25px;
    }

    to this:

    .container-col-full-width
    {
    	padding:0 25px;
    	clear: both;
    }

    Now refresh the page or clear your browser cache, and the problem should be fixed.

    Thread Starter tomandpen

    (@tomandpen)

    Thanks! That did it. No idea how it happened, but that did the trick. I appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Half of page not responding’ is closed to new replies.