Hello! I am performing a port to D6, and really enjoy the look and feel of this theme. I felt that for my site however, it needed a bit of tuning. I have attached a new version of this theme that includes 3 blocks of equal size underneath the "Featured" block and above the breadcrumb entitled "Headerblock". I have also set the CSS of the main content to stretch to 90% with a min-width of 960px (original size). I found that these revisions work fine, however if you would like to review and/or correct any mistake in syntax or form I am certainly open to criticism. Thanks, and have a great day!
-Demir
| Comment | File | Size | Author |
|---|---|---|---|
| beginningW2.zip | 135.27 KB | Turkish Delight |
Comments
Comment #1
Turkish Delight commentedHello again, slight correction to headerblock.css (border-top should read border-bottom):
original:
#headerblock {
border-top: 1px solid #bdbdbd;
background: #ececec;
}
correction:
#headerblock {
border-bottom: 1px solid #bdbdbd;
background: #ececec;
}
Cheers!
-Demir
Comment #2
gazwal commentedI'm a bit late ..
your version is now included in the 1.3 release.
thanks
Comment #3
stevenpatzComment #4
Turkish Delight commentedAnything I can do to help further a great theme!
Thank you for adding it to 1.3 and beyond!