In every browser besides IE the subscribe box links and "get email updates" heading are under the picture because I have it floating to the left. However, in IE the float doesn't seem to have an effect. Also, my "popular posts" on the sidebar is moved to the right for some reason in IE. Can anyone help me figure this out? Css code Website
I have just tested it and found the solution for you. The problem is not in the custom.css but in the layout.css located at http://www.webjourney.me/wp-content/themes/thesis_16/custom/layout.css?022710-145819 Look at the line number 2 #container { width: 100.6em; margin: 0 auto; } You just need to increase the container size by 1em Replace the line with: #container { width: 101.6em; margin: 0 auto; } and your site will work well on IE too. Hope this will help.
Thanks, but it doesn't seem to make a difference, even when I increase it by more than 1em. How did you test it?