I have css which is defining the width of the page numbers in the pagination at the bottom of the page, but for some reason the css targeting the li with a class of rarr is just not working, can anyone see what is going wrong?
Could someone take a look at the padding at the top of the 'main' div, i don't understand why some posts are getting pushed down further at the top then others, if you look at page one the gap above the top post is about double the space above the top post on the second page.
Something else which i am not sure how to fix, is that the sidebar is jumping into the main div section when you go to one of the sub pages, someone had told me its because the sidebar is inside the Posts block, or inside the posts div, but looking at the code the sidebar isn't inside either of these.
I have css which is defining the width of the page numbers in the pagination at the bottom of the page, but for some reason the css targeting the li with a class of rarr is just not working, can anyone see what is going wrong?
This is what I see:
Also, I can't see the pagination images. If I download your page, they appear, so I'm guessing the site "lsw-design" is blocking use of those images.
h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, arial, sans-serif;
color: ;
marging: 0;
padding: 0;
text-decoration: none;
Margin is misspelled, giving it a margin of about 20px i believe.
Have you validated? You have 18 errors, some of which are major (including the missing closing div).