Tags:
create new tag
view all tags

SID-01919: Centering the Dashboard

Status: Answered 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

      Change status to:
ALERT! 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.
SupportForm
Status Answered
Title Centering the Dashboard
SupportCategory CategoryAddOns
TWiki version 6.0.0
Server OS Ubuntu 14.04 LTS
Web server Apache 2.4
Perl version Perl 5.16
Browser & version Safari 7.0.3
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2014-05-05 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.