frontpage css - center div - Joomla! Forum - community, help and support
hi all
i need frontpage content div centered rest of content:
.contentpaneopen{
width: 450px;
margin-left: auto;
margin-right: auto;
}
the way have found far create own div contain main module , apply css class tables inside div:
#divmain table {
width: 450px;
margin-left: auto;
margin-right: auto;
}
is there better way this? great if frontpage div had own id write css class it.
cheers.
i need frontpage content div centered rest of content:
.contentpaneopen{
width: 450px;
margin-left: auto;
margin-right: auto;
}
the way have found far create own div contain main module , apply css class tables inside div:
#divmain table {
width: 450px;
margin-left: auto;
margin-right: auto;
}
is there better way this? great if frontpage div had own id write css class it.
cheers.
our page http://www.mambojunkies.de has simple centered layout.
maybe helps, if @ html , css (its simple, w3c xhtml compliant , works)...
greetings, shaack
maybe helps, if @ html , css (its simple, w3c xhtml compliant , works)...
greetings, shaack
Comments
Post a Comment