Hi guys, I cannot figure out why the left and right footer blocks of this page do not align evenly: http://meldville.com/home/profile.php?featured_id=3# I double check everything and still have no idea why it aligns like this. Thank you,
It's your CSS. Swap this in your code @media only screen and (min-width: 769px) { ul.foo-3 li { margin: 0 0 0 10px; padding-top: 0; padding-bottom: 9px; float: right; } } Code (markup): and @media only screen and (min-width: 769px) { .footer ul { margin: 0; margin-right: 10px; padding: 0; float: right; } } Code (markup):