The sidebar position
Thu, 05/03/2009 - 04:06
DaJe
Joined: 05/03/2009
Posts:
I'm wanting to make the sidebar on the left side of the page. As of right now on the default theme, the sidebar can only be on the elft or the right of the right side of the page. But I want the sidebar on the left, with the content on the right of it. I'm a little bit confused on exactly which files to edit on the default theme for this, and I'm not fully sure which part I would have to edit.

Hi,
Sidebar positions are hardcoded as part of the theme layout. You can't change this through the front-end user interface.
The CSS file that controls the layout of the theme tma2 is .../profiles/prosepoint/themes/tma/tma/layout.css. This file actually belongs to the theme tma, but tma2 (as a subtheme) inherits it.
I would suggest you don't make any changes to either of the themes tma or tma2, but follow the example of Making your own customisations to the default theme and make your own subtheme and change that.