Swiss Cool
Posted by Snap! on July 13th, 2007

Swiss Cool is a cool theme by Andrew Eglinton of Desperate Curiosity. I believe the theme itself was inspired by the colors of the Swiss national flag, hence the name. This sophisticated 2 column widget ready theme has 3 additional bottom bars for additional real estate and must serve best both for personal and professional use. One small change was made to the CSS, check the comment below.



July 13th, 2007 at 12:36 pm
Bug fixe(s): Please note the bug was found in the version we downloaded, it might have been corrected since.
The search form style in the CSS was set to 400px wide, which was breaking the theme layout in 1024px wide screen, this was easily corrected by opening style.css and finding:
.searchform input.textbox {
width: 400px;
and changing it to:
.searchform input.textbox {
width: 130px;