Problem with the sidebar position when adding a pagination ()
-
Hi,
There is a problem with the post when using
<!--nextpage-->
.The pagination works, but the div aren’t order the same way in the first page then in the second.
Here’s a copy paste from Firebug of page 1, with sidebar displaying normally https://memoire.mile-end.qc.ca/?p=1169&lang=fr :
<div class="container" role="main"> <div class="row"> <div class="span9 article-container"> <article id="post-1169" class="post-1169 post type-post status-publish format-standard hentry category-histoire-du-quartier row-fluid"> <div id="comments" class="comments-area"> </div> <hr class="featurette-divider"> <nav id="nav-below" class="navigation" role="navigation"> <hr class="featurette-divider"> </div> <div class="span3 right tc-sidebar"> </div> </div>
Here’s a copy paste from Firebug of page 2, with sidebar at the bottom https://memoire.mile-end.qc.ca/?p=1169&lang=fr&page=2 :
<div class="container" role="main"> <div class="row"> <div class="span9 article-container"> <div id="comments" class="comments-area"> </div> <hr class="featurette-divider"> <nav id="nav-below" class="navigation" role="navigation"> <hr class="featurette-divider"> </div> <div class="span3 right tc-sidebar"> </div>
I tried to figure it out, but I really don’t know which files I must change to fix this <div> disorder!
Any help would great!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Problem with the sidebar position when adding a pagination ()’ is closed to new replies.