Left sidebar on right side
tomcat996 - January 23, 2009 - 17:01
Hello,
here is a theme which I like because of it's simplicity and aesthetics:
http://drupal.freecmstemplates.com/?theme=tabbedgreen
Only problem is that "navigation" block is on the right side even though it has been declared to be on the left. I tried to force it to the left via the GUI settings in "administer -> blocks" but it simply disappeared when navigation is set to "left sidebar". In "style.css" there is following code in class which is assigned to this block:
.sidebar {
float: left;
width: 193px;
padding-right: 12px;
padding-left: 8px;
padding-top: 10px;
}
Any ideas how to put it on left side ?
Thanks in advance,
Josip

_
This is a pretty low quality theme. I only took a quick look, but from what i can see, there's only one sidebar (regardless of the options 'available' at admin/build/block) and though it's called 'sidebar_left' in the page.tpl.php file it's being printed out to the right of the content area. My advice would be to find a real theme.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
Thanks for the advice !
Thanks for the advice ! Theme is just too simple, so I've found this:
http://drupal.org/project/aberdeen
which is nice and simple looking, supports both sidebars and works fine so far on my site.
Thanks again,
Josip