Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support > Old Templates > "Paul01"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-13-2006, 06:50 PM
New Pligger
 
Join Date: Nov 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote
  #2 (permalink)  
Old 11-14-2006, 05:38 AM
Casual Pligger
 
Join Date: Aug 2006
Posts: 39
Thanks: 6
Thanked 2 Times in 2 Posts
Send a message via AIM to Garthilk Send a message via MSN to Garthilk Send a message via Yahoo to Garthilk
Good Question!
Reply With Quote
  #3 (permalink)  
Old 11-14-2006, 09:17 AM
kbeeveer46's Avatar
Pligg Developer/Admin
Pligg Version: 0
Pligg Template: none
 
Join Date: Jun 2006
Location: Muncie, Indiana
Posts: 3,547
Thanks: 254
Thanked 649 Times in 513 Posts
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.
Reply With Quote
  #4 (permalink)  
Old 11-14-2006, 06:56 PM
Pligg Donor
Pligg Version: SVN 1306
Pligg Template: yget - for themost part
 
Join Date: Jan 2006
Location: Knoxville, TN
Posts: 31
Thanks: 6
Thanked 10 Times in 6 Posts
Send a message via MSN to futurepioneer
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
Reply With Quote
  #5 (permalink)  
Old 11-15-2006, 07:07 PM
Pligg Donor
Pligg Version: SVN 1306
Pligg Template: yget - for themost part
 
Join Date: Jan 2006
Location: Knoxville, TN
Posts: 31
Thanks: 6
Thanked 10 Times in 6 Posts
Send a message via MSN to futurepioneer
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;
}
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
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


Search Engine Friendly URLs by vBSEO 3.2.0