Hi, is there a way to set the dashboard format to have three columns one with 50% and the other two with 25% of the page width?
I have this but in the blank space I have 2 columns instead of a single one.
Thanks.
Hi, is there a way to set the dashboard format to have three columns one with 50% and the other two with 25% of the page width?
I have this but in the blank space I have 2 columns instead of a single one.
Thanks.
Hi @franciscol,
You can have a dashboard with 3 columns, and then adjust their width using CSS rules. You would add a width of 50% to the first one and 25% to the other two.
Hope it helps,
Alex
Hello @acotiuga , is the CSS Global or on the dashboard?
I don’t know how to identify the “where” on the CSS rules go.
Do they go on the “objects” and for each ‘panel’ in a column I have to edit the CSS? Or elsewhere?
Thank you
In order to see how you can add CSS code in XWiki, take a look at https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Tutorials/SkinExtensionsTutorial/#HMinimalStyleSheetextension.
You need to overwrite the rules for the column sizes which are defined in columns.css
file which is not accessible from the wiki.
One way to keep this as simple as possible, you can add rules in the Advanced section of your wiki’s color theme. But when upgrading the wiki you must be sure to keep this change.
Aaah I see, thank you, that was very helpful!