Loading...
 
Features / Usability

Features / Usability


Re: Module design and fixed width

posts: 4656 Japan

You can use a CSS rule fix the width and other details of a module. Using your browser's DOM inspector, like Firebug, you can find the CSS class and id for the modules. For example, on this page, I see that the "contribute" module is "id=module_34". Then on tiki-admin.php?page=look (the "Look and Feel" admin page), you can add a CSS rule under the Customization tab like

Copy to clipboard
#module_34 {width: 200px;}


or whatever.

-- Gary

There are no comments at this time.