Pages and Posts Problems, Please Help
-
So, go to gamenewsreport.com . What you are seeing is exactly what I want my posts to look like ( at least for now). BUT it looks like the navigation pages move along with the posts and the changes I make to the posts:
https://gyazo.com/81e99065b61531cc45b7b4b42d07faf7As you see the navigation pages in that image are to the right of my posts. In my wordpress settings, when I was typing the code, they were at the bottom where they should be, and basically they go from bottom to top depending on how much I zoom in/out into the page in my browser. And also , if the page only has one post at the bottom , the navigation pages go to the side ( right of that post ) :
https://gyazo.com/ea0c42a46c3510b6a17a86cd70fac777Basically I want all of my navigation pages under all of my posts regardless of whether the posts are an even or an uneven number, or in other words I dont want the pages affected by the changes I make to my posts, I want them to be around 20px below my last post, no matter what .
Also, assuming you already visited my site, you will see how due to the difference in height of some of my posts, they don’t line up correctly .
https://gyazo.com/9447ca96d495566ff3d15ea7ab24e0be
What I want them to do is line up under one another without leaving huge blocks of space, regardless of how long they might be in relative order.I am only a beginner when it comes to CSS, I dont really know that much, I know simple stuff that I found on google and remember and they have worked so far, but this is a bit harder and I would really appreciate if someone helped me.
The code I used in CSS to make it look like that:
.lay4 .hentry {
position: static;
width: 46%;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}.post { border-style: solid; border-width: 1px; padding-bottom: 20px; }
.ast_pagenav .page-numbers, .navigation .page-numbers {
width: 20px;
margin-top: 15px;
margin-right: 1px;
color: #000000; }
The topic ‘Pages and Posts Problems, Please Help’ is closed to new replies.
