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