what do you want aligned left?
or anyone else?? please???
t31os, I’d really appreciate a walk through
ok I’m doing this on a FRESH install (5 minutes ago)
index.php
get_header(); ?>
<?php get_sidebar(); ?>
<div id="content" class="narrowcolumn">
style.css
/* Begin Sidebar */
#sidebar
{
padding: 20px 0 10px 0;
margin-left: 545px;
width: 190px;
float: left; /* THIS IS WHAT I ADDED */
}
here are the results:
http://dev.neufuture.com/wptest/
that’s what I originally did. The sidebar stays on the right and the content goes underneath to the left! I found if i changed #sidebar to “display: inline” it moves it to the left but the formatting is still way funky because the content is below. Even setting sidebar AND content to “clear: none” doesn’t seem to do anything. Ideas anyone?