One way is to use this:
#rap {
margin: 0px 100px 0px 100px;
border: solid #000 1px;
background: white;
}
BUT…
you have other elements which seem to be taking their positioning from somewhere else, so if you insert that (just put if after the #rap you already have to see) the display breaks.
You could insert that and then go through correcting the positioning, but I can’t see a very easy fix right now.
In your wp-layout.css find:
body {
and add to this division (within the curly brackets):
margin-left:auto;
margin-right:auto;
text-align:center;
That should do it.
Thread Starter
adb
(@adb)
I’ll try that. Thank you both. š
Thread Starter
adb
(@adb)
I tried this:
margin-left:auto;
margin-right:auto;
text-align:center;
But that just center the blog text. I’d like to move the whole thing over so that there is less space on the right.
The rap div encloses everything, so that is the place to start.
As I said though, some elements may behave oddly and need sorting – but that’s why we are here š
Thread Starter
adb
(@adb)
It centered quite nicely now. š But now the background image isn’t visible and the footer is wider.
Footer:
In index.php, put it above the /div that it is currently below.
Image in a mo …
background: url(wp-images/body.gif) repeat-y;
Where did this go exactly ?
It was in ‘body’, but it now needs to be somewhere else..
@root .. I wondered where you were š
Well a guy has to eat podz but y’all doin fine.
@ adb have you considered a eeerr fresh approach to your CSS positioning needs?
Well if you get fed up with you layout looking a bit haphazard you could try the Gemini Template. A lot of folks find it easy to implement. Good luck.
Thread Starter
adb
(@adb)
Root,
I did check out your Gemini Template. And I will consider it.