countModules placing - Joomla! Forum - community, help and support
i have 2 countmodules placed horizontally 1 on top of other, need create space between them when both assigned .
i tried couple thinks non off them worked me. can give me advise how it.
thank you
i tried couple thinks non off them worked me. can give me advise how it.
thank you
try in index.php between 2 modules <div class="cleared"></div> , in template.css .cleared
{
display:block;
clear: both;
float: none;
margin: 0;
padding: 0;
border: none;
font-size: 0;
height:0;
overflow:hidden;
}
{
display:block;
clear: both;
float: none;
margin: 0;
padding: 0;
border: none;
font-size: 0;
height:0;
overflow:hidden;
}
Comments
Post a Comment