Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: nexus4 on November 14, 2005, 03:46:34 PM

Title: Always shrinking the header
Post by: nexus4 on November 14, 2005, 03:46:34 PM
For anyone who wants to simply remove the header (as in, what the default upshrink button does), the default template code is nicely written to make this easy.  I'm posting this because the in searching the forum, the only suggestion I found was to modify the code, which is a waste, because you can do it easily in your css.

Just add

#upshrinkHeader, #upshrink {
  display: none;
}


to you css, and poof, no more header or upshrink button.

Keywords: upshrink, upshrinkHeader, display, remove, header
Title: Re: Always shrinking the header
Post by: GM on November 18, 2005, 09:19:16 PM
thanks for that, ;D
Title: Re: Always shrinking the header
Post by: John on November 19, 2005, 08:38:03 AM
Great, thanks it works  ;D