Changing Sidebar from right to left in wordpress
In your style.css file:
#content {
float:left;
width:588px;
}
#sidebar {
float:right;
width:272px;
}Switch the left and right. Seems simple enough...except that style.css file for flexibility 2.0 has NOTHING in it, except a blurb about the theme editor etc.
So I tried changing it in the style.php file and nothing happens. Is there a quick way to change it? Or is this theme just too complex to do something like that?
Thanks in advance,
Sylvia
-
Karen Blundell -
[ 1 ] Thanks
Signature---------------{{ DiscussionBoard.errors[1735785].message }} -
-
Sylvia Meier -
Thanks
SignatureMy Bipolar World ~ My Published Book: "Living Bipolar" ~ My Next Book: "Woman Broken, A Child Lost"{{ DiscussionBoard.errors[1735954].message }} -
-
Sylvia Meier -
Thanks - 1 reply
SignatureMy Bipolar World ~ My Published Book: "Living Bipolar" ~ My Next Book: "Woman Broken, A Child Lost"{{ DiscussionBoard.errors[1735988].message }}-
Karen Blundell -
Thanks
Signature---------------{{ DiscussionBoard.errors[1737842].message }} -
-