Hi,
If you published the module on the
right or
inset position (hope so

) you can change the size of these columns in the template manager.
If you want to change only a width of module, add to it an extra suffix (for example menu1) and to the template.css the following code:
- Code: Select all
.menu1
{ width: .... }
-Robert