thelemondropkid
-
centering a floated item
The reason why your centre column is not centering is due to the fact that there are 2 major errors in your code that you need to fix first. 1. You have a div with ID of 'page-wrap' that contains floated elements. You have given all your …