Hi, I'm editing a Sandbox theme right now. I'd like to have the sidebars at the bottom and the post date & time placed next to the entry on the left. Here's the code I have right now:
body
{
text-align:center;
}
#maincss
{
margin: 0 auto;
width:500px;
text-align: left;
}
h3
{
font-size: 1em;
}
#header
{
padding-bottom:25px;
}
#breadcrumbcss
{
text-align: left;
}
#headerformscss
{
text-align: right;
}
#footer
{
padding-top:25px;
padding-bottom:15px;
clear:left;
width:100%;
}
div.sidebar
{
float:left;
overflow:hidden;
width:50%;
}
How can I get the date and time lined up next to the title on the left?
Thanks.