Greetings everybody,
I managed to get a widget sidebar working in my themes footer and it is working all good. I would like to get some help to change one thing.
At the moment the footer sidebar lists things vertical wise:
Example:
Random quote
Categories
Archives
But I would like things listed in the horizontal position, So it goes left to right:
Example:
Random quote | Categories | Archives
My css code for the footer sidebar is below:
.bottombar { margin: 0 0 10px 3px; padding: 10px; float: left; width: 775px; }
.bottombar h2 { font-size: 14px; text-align: center; padding: 3px 0px; margin: 0px 0px 3px 0px; border-bottom: dashed 1px #CE0F26;}
.bottombar ul { list-style-type: none; margin: 0 ; padding: 0; }
.middlebar ul li { list-style-type: none; margin: 0 0 20px 0; padding: 0; }
.middlebar ul li ul { list-style-type: square; margin: 0px; padding: 0 3px; }
.middlebar ul li ul li { list-style-type:none; background: transparent no-repeat 0 4px; padding: 0px 0px 5px 14px; border: 0; margin: 0; }
Any help on this would be great, Thanks!
My site is here