My b2evolution Version: Not Entered
Hey all.
I'm deriving a new skin from the custom skin.
When I take the Calendar out of the sidebar, it is still centered. I mean the box itself (I still want to keep the dates etc. centered). Regardless of what I do to the container that I place the Calendar in, it won't lie itself to the left. I can't figure out what is making it center itself.
Can someone please let me know what I need to do to align the calendar box to the left. I plan to put it in the pageheader div. Even using text-align: left in that div does not do the trick.
Thanks Robert Russo
try... in your blog_elements.css
editing the following by replacing the last 'auto' in margin with '0'.
table.bCalendarTable {
margin: 0 auto 1em auto;
font-size: 77%;
border-collapse: separate;
border-spacing: 0px;
}