problem with my own template - Joomla! Forum - community, help and support
hello guys , first of doing great tahnk efforts,
then ,
i
making own template , have finished , , installed , writing it's css had problem
i have coded content div, , module div next each other , 16 module div below
like
the problem >>>
and want spread fill whole page only when there nothing in module 1 this

please me tell me css ? or coding beginning , if there solution please tell me
my css configuration div content
#content {
float:right;
height: auto;
width: 420px;
padding-top: 2px;
padding-right: 7px;
padding-bottom: 2px;
padding-left: 7px;
}
and when gave width: auto;
it became kicking module when present below

please , , remember want fill page if there no module next if put module next return size gave it
thank all
then ,
i
i have coded content div, , module div next each other , 16 module div below
like

the problem >>>
and want spread fill whole page only when there nothing in module 1 this

please me tell me css ? or coding beginning , if there solution please tell me
my css configuration div content
#content {
float:right;
height: auto;
width: 420px;
padding-top: 2px;
padding-right: 7px;
padding-bottom: 2px;
padding-left: 7px;
}
and when gave width: auto;
it became kicking module when present below

please , , remember want fill page if there no module next if put module next return size gave it
thank all
you can check presence of module in module position module-1 , dynamically create width attribute both divs or create divs. may aware, has done in file index.php of template.
Comments
Post a Comment