SID-01919: Centering the Dashboard
| Status: |
Answered |
TWiki version: |
6.0.0 |
Perl version: |
Perl 5.16 |
| Category: |
CategoryAddOns |
Server OS: |
Ubuntu 14.04 LTS |
Last update: |
11 years ago |
Is it possible to centre the Dashboard to prevent large white spaces on the right hand side of the page for smaller dashboards.
--
Shawn Beasley - 2014-05-05
Discussion and Answer
This works for me (centered dashboard)
css:
.twDashboardOuter {
margin: auto;
}
Add it on the topic using
TWiki/VarADDTOHEAD
--
Michael Severo - 2014-05-05
Good response Michael.
Whoever reads this and is new to CSS (Cascading Style Sheets), make sure to enclose the CSS in
style tags:
<style>
.twDashboardOuter {
margin: auto;
}
</style>
--
Peter Thoeny - 2014-05-05
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.