Module design and fixed width Posted by wevital 26 Apr 2015 18:46 GMT-0000 posts: 8 Is there possibility that I can fix the width and design of particular module and other for other module? If so, which file I should look to achieve that? Additionally how can i disable print option from being shown always? what is my website worth
Posted by Gary Cunningham-Lee 27 Apr 2015 10:49 GMT-0000 posts: 4668 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