![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| How to switch sidebar and content?
I saw a post in the molio forum regarding switching the sidebar column to the left and shifting the content to the right. Does anyone know how to sucsessfully do this?
|
| |||
|
Good Question!
|
| ||||
|
check out www.mollio.org where you can find different layouts and the css to go with them.
__________________ I accept donations for my time helping users like you on the forum and IRC. |
| |||
|
Change these two line in main.css #contentbox {margin:0 240px 0 25px} #sidebar {position:absolute;top:0;left:auto;right:25px;widt h:200px;} To this: #contentbox {margin:0 25px 0 240px} #sidebar {position:absolute;top:0;left:25px;right:auto;widt h:200px;} And that will move the right 'sidebar' to the left and put the content on the right |
| |||
|
I added the above yesterday BUT noticed today - you wanted ( I think -) Paul01 not mollio-beat If you want the sidebar for paul01 to be on the left change #sidebar { width: 270px; float: right; padding: 50px 0 0 0; margin: 0 0 0 5px; background: url(../pl-indoxyl_images/sidebar.gif) no-repeat top; } #wrap { text-align: left; width: 602px; float: left; padding: 0; margin: 0; } TO THIS: #sidebar { width: 270px; float: left; padding: 50px 0 0 0; margin: 0 5px 0 0; background: url(../pl-indoxyl_images/sidebar.gif) no-repeat top; } #wrap { text-align: left; width: 602px; float: right; padding: 0; margin: 0; } |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help needed with code insertion into sidebar module. | jemaverick | General Help | 3 | 03-27-2008 01:27 PM |
| differents class for sidebar module | lacasuela | "yget" | 5 | 01-21-2008 02:32 PM |
| Left and right sidebar for Pligg 9.6 | JPR75 | Template Support | 2 | 12-20-2007 05:25 PM |
| Top links sidebar causes Error: Vote Already Cast | formicin | Bug Report | 0 | 06-03-2007 08:30 AM |
| How do I make the footer sit BELOW the sidebar on all pages? | littledipper | Template Support | 5 | 11-29-2006 04:54 PM |







Linear Mode

