On the bottom of #index (in black), directly under .pagination (the newer/older links in blue) there is an extra pixel. It appears #index has an extra pixel of space being added when .pagination is set inside it. I'm unsure how to eliminate this extra pixel and would appreciate any help.
That doesn't get rid of the extra pixel. .pagination has to match the padding of .pagination a - even if I switch both to percentages the extra pixel margin still exists.
My browser apparently didn't refresh the page. For this to work I have to add a 1px margin to the top for it to line up properly which isn't a big deal, but I wonder why this is.
See the problem here: http://themeforward.com/demo2/
On the bottom of #index (in black), directly under .pagination (the newer/older links in blue) there is an extra pixel. It appears #index has an extra pixel of space being added when .pagination is set inside it. I'm unsure how to eliminate this extra pixel and would appreciate any help.
Try this:
That doesn't get rid of the extra pixel. .pagination has to match the padding of .pagination a - even if I switch both to percentages the extra pixel margin still exists.
Weird. It worked for me.
My browser apparently didn't refresh the page. For this to work I have to add a 1px margin to the top for it to line up properly which isn't a big deal, but I wonder why this is.
I tried adding overflow: hidden but that didn't solve the issue. If you add 5.025%, it works.
Thanks Chris.