1
richardb96
centralising the zetagenius theme....
  • 2008/5/4 20:56

  • richardb96

  • Just popping in

  • Posts: 78

  • Since: 2008/4/29


Hi Guys,

I have managed to change the theme to 1000px wide but how do I centralise to the page.
I have tried align, posistion etc.
Would I have to add a table to do this, if so where & how?

Ta

Richard

2
kris_fr
Re: centralising the zetagenius theme....
  • 2008/5/5 0:35

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hi,

in style.css, for #xo-canvas, modified and/or add :
margin:    0 auto;
width 1000px;
background-color#C6C7C9;
color:    #000;


@++

3
richardb96
Re: centralising the zetagenius theme....

Ok I had that bit but how do I center the page to the screen?


4
richardb96
Re: centralising the zetagenius theme....

anybody....

5
kris_fr
Re: centralising the zetagenius theme....
  • 2008/5/8 7:33

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


in style.css
#xo-canvas {
width 1000px;
margin:    0 auto;
background-color:#C6C7C9;
color#000;
}
/*body.theme-dialog #xo-canvas {
margin : 0 6px;
}*/

6
figu78
Re: centralising the zetagenius theme....
  • 2008/5/8 10:27

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


This is what i've got in Style.css:

center; /* for IE */
}

div#wrapper {
text-align:left; /* reset text alignment */
width:748px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
}

Helpful?

7
richardb96
Re: centralising the zetagenius theme....

cheers guys.....

Login

Who's Online

276 user(s) are online (196 user(s) are browsing Support Forums)


Members: 0


Guests: 276


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits