PDA

View Full Version : Positioning #page to the RIGHT side of the page


j-m-d
February 20th, 2006, 07:16
PLEASE go down to the bottom to see my newest dilemma :)

jackpearce
February 20th, 2006, 07:21
How to do using css?

Please ^-^
You mean with the sidebar on the left?

j-m-d
February 20th, 2006, 07:27
i'm using the journal theme from improv,pastence and there isn't a sidebar on there.

http://www.jdoman.com/1 (http://www.jdoman.com/1/)

j-m-d
February 20th, 2006, 07:54
i just want to move EVERYTHING to the right hand side, while still keeping the text left-aligned.....

any ideas? please?

bobdogg
February 20th, 2006, 07:59
Ok in the CSS file look for the #page selector or whatever you call it

change

margin: 0 auto;


to

margin-left: 0;

that should work

j-m-d
February 20th, 2006, 08:20
Right,

I'm using the Journal style from www.improvpastence.com and i have it up against the right hand side. i would like the header to go 100% across the top of the page, and underneath i would like a box to fill the space with, which will have 'The Feature' plugin, recent comments etc.

i thought i might be able to use an extremely large sidebar on the left of the primary, but i'm having trouble putting it on!

any ideas? pleasee *begs*

Jaymz

EDIT: sorry for double post!

j-m-d
February 20th, 2006, 09:13
Right,

I'm using the Journal style from www.improvpastence.com and i have it up against the right hand side. i would like the header to go 100% across the top of the page, and underneath i would like a box to fill the space with, which will have 'The Feature' plugin, recent comments etc.

i thought i might be able to use an extremely large sidebar on the left of the primary, but i'm having trouble putting it on!

any ideas? pleasee *begs*

Jaymz

kristin
February 21st, 2006, 06:30
#page {
position: absolute;
right: 0px;
}

and then move your footer accordingly.