Sidebar won't move despite changing CSS
-
Hi there,
I was editing my site’s CSS today (trying to put a little flash map in position) and all of a sudden my sidebar has shifted to the left. Everything else is in the exact same position and can be moved via CSS, but despite what I do to the sidebar’s CSS it stays in the exact same position. If I edit the CSS using firebug on Firefox I can successfully move the side bar into the right position, but when I try and save this in the style.css I see no changes at all.
Here is my site and here is the code I’m using:
/* Sidebar */ #sidebar {float: right; display: inline; width: 320px; } #sidebar .widget {margin-bottom: 10px; font-size: 12px; line-height: 18px; } #sidebar .widget li {font-size: 14px; line-height: 24px; } #sidebar div.cover {margin-right: 10px; } #sidebar ul.posts h3 {overflow: hidden; font-size: 12px; line-height: 18px;} #sidebar ul.posts p.postmetadata {font-size: 11px; }
Any help would be amazing.
- The topic ‘Sidebar won't move despite changing CSS’ is closed to new replies.