Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Centering Templates

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Is there anyway to center the templates on a screen? I'm not a fan of left alingned templates so was just wondering if I could center them? Specifically Canvas and Organica.

Many thanks and what awesome templates! Love the configurations options!
  • Simon Tayler's Avatar
  • Simon Tayler
  • Previous Member
  • 23 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Simon,

Yes its pretty easy.

Canvas:
1. #innerWrap change float:left to margin:0 auto.
2. Add margin:0 auto to #very_top
3. #bottomModules Add margin:0 auto after other margin rule and remove float.
4. #footer_wrapper Add margin:0 auto
5. Open the theme you are using eg: light.css and add center top to the background rule so it looks like this:
#outer_wrapper{background: #fff url(../images/canvas_bg_light.jpg) center top;

You may have to play around with some left margins and padding but thats the bulk of it.

Organica:
1. #innerWrap change float:left to margin:0 auto.

The bottom area depends on what you want to do there. If you want it full width then just leave as is otherwise if you want it fixed you need to play with widths, remnove floats and margin:0 auto to a few of the divs.

Cheers Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers