Repositioning Sidebar to right side
-
Hi there, wondering if you can help?
I’m currently using the Contempt theme (Vault9) and was wondering whether it is possible to reposotion the sidebar to the left hand side instead of the right? I have the css upgrade, though I don’t know much about how to use css at all. I have searched these forums everywhere and found no specific answer. Is this possible and if so any helpful tips?Thanks
-
-
-
Put this in your custom CSS upgrade box. Only tested on Firefox.
#sidebar { margin:-60px 0pt 0pt 0px !important; } #content { margin:-70px 0pt 0pt 180px !important; } -
-
-
Hi again, I tried atthe404’s code in the css sheet, I may have done it wrong I posted the code on the sheet but I couldn’t find ‘content’ on the existing sheet. I also tried engtech’s code but it just pushed my sidebar to the bottom of the page in IE (haven’t got Firefox at work) – are there any other ideas guy’s ?
-
try to append this to the very bottom of your CSS:
#sidebar { margin-left: 2em } #content { float:right; padding-left: 4em; padding-right: 3em; }the first pagebar button (‘Home’) is somewhat misaligned with sidebar boxes now — gotta fiddle with #pagebar padding, border and so on.
OT: heck, this is a K. again…
- The topic ‘Repositioning Sidebar to right side’ is closed to new replies.