Center Divs In a Div

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
LikeStuff
Joomla! Guru
Joomla! Guru
Posts: 857
Joined: Mon Jul 24, 2006 2:06 am

Center Divs In a Div

Post by LikeStuff » Thu May 29, 2008 2:47 am

I have 3 divs in Div2 and I'm trying to get them to center but it doesn't seem to be working for me. Can someone tell me what I may be missing. So Div1 is the main div, Div2 is in Div1 and the 3 divs are in Div2. This is my CSS.

#Div1{
width: 960px; margin: 0 auto 0 auto; text-align: center; overflow:hidden; clear:both;}
#Div2{
width:100%; margin: 0 auto 0 auto; text-align: left;}

Thanks!

herb200mph
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3592
Joined: Sun Jun 25, 2006 12:12 am
Location: Salisbury, NC/USA (N. of Charlotte)
Contact:

Re: Center Divs In a Div

Post by herb200mph » Thu May 29, 2008 10:24 am

What I've done in some instances is put a <center> tag in the index file.

<center>
divs
divs
divs
</center>
Author: Joomla! 5: Boots on the Ground, Volume 1 @ Amazon.com
Author: Joomla! 4: BASIC TRAINING - Boots on the Ground @ Amazon.com
Joomla! Magazine - https://magazine.joomla.org/all-issues/ ... c-training


Locked

Return to “Templates for Joomla! 1.5”