Hi, if you want to display for example side by side you have to add own suffix to each module, for example ' part' then you will need to add to override.css
- Code: Select all
.part {
float:left;
width:49%;
}
and remember to enable override.css option in template settings. But if you would like to have more then two , for example for you need to divide 100% by count of your modules and you will have width value to css code.