• I integrated a jquery slideshow to display images and post content but for some reason it’s not pushing the footer at the bottom and displaying the post outside of the container.

    The test page is at https://themes.conceptsplash.com/portfolio/test-page

    Is there a way to fix this? I tried a lot of methods but nothing seems to work unless I use position:relative and move everything where I want to.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like your <div class="post"> is inside the last <div class="slider"> which is in <div class="slider-container">.

    The entire <div class="post"> ... </div> needs to be moved down past the </div> for both of those.

    Thread Starter nemci7v

    (@nemci7v)

    thanks for looking! I tried closing the div class slider before the post but that doesn’t make the slideshow work anymore. Jquery is strange..

    Don’t put in a new closing div. Move the entire class=”post” div down past the two ending divs mentioned above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘positioning the footer’ is closed to new replies.