This question about Configuration: Task closed

Hide right column in FatWilly Theme

Is it possible to hide the menu collumn on the right side, so that the content area uses the whole screen from left to right?

When i'm using the PatternSkinTheme-Way (see below), it still leaves an empty box, so the content area won't expand.

Theme variants:

    Set PATTERNSKIN_COLUMNS = /pub/System/PatternSkinTheme/column_none.css 


It looks like the column_none CSS does not remove the border width set by fatwilly theme. This should work better:

#patternSideBar {
   display:none;
}
.patternViewPage #patternOuter {
   border-width:0;
}

Testing:
   * Set PATTERNSKIN_COLUMNS = %PUBURLPATH%/%WEB%/%TOPIC%/column_none_src.css

-- ArthurClemens - 29 Apr 2011


Thank you, the border-trick did it.

-- PatrickHenke - 29 Apr 2011

Fixed in Tasks.Item10692, and new version of Pattern Skin uploaded.

-- ArthurClemens - 29 Apr 2011

QuestionForm edit

Subject Configuration
Extension PatternSkin
Version Foswiki 1.1.3
Status Task closed
I Attachment Action Size Date Who Comment
column_none_src.csscss column_none_src.css manage 101 bytes 29 Apr 2011 - 13:57 ArthurClemens  
Topic revision: r4 - 29 Apr 2011, ArthurClemens
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy