• Resolved avil

    (@avil)


    I’m trying to implement the JQuery quiz plugin into this theme.

    I noticed that after implementing the HTML code in the post when I click an option in the quiz and when the correct answer section is displayed the Comment Submission is hiding behind the footer and not height of the Content section is not expanding.

    It would be great if you could help me in fixing this.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author netbiel

    (@netbiel)

    I’m sorry I did not answer with a long time. I think the fastest way to fix it is the change of #page selector height near line 382 in style.css (height: 100% -> height: auto!important) like this:

    #page {
    	box-shadow: 5px 0px 5px #e5e5e5;
    	padding: 30px 30px 40px 15px;
    	border-left: 1px solid #e2e0e0;
    	background-color: #fff;
    	position: relative;
    	z-index: 2;
    	height: auto!important;
    	min-height: 100%;
    }

    Please try it and give me feedback.

    Regards

    Thread Starter avil

    (@avil)

    Thanks this worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Content section not expanding ..on trying to implement jQuiz’ is closed to new replies.