How to make a small change in the theme Forest Floor
caitlos - March 13, 2009 - 18:24
I am using Forest Floor as the theme for my website. It's a really beautiful theme. There's just one thing I would like to slightly customize. I would like to make the margin (not sure if this is the correct term) at the top between the top of the header picture and the top of the page smaller. Can anyone tell me how to do this? Also, while I'm writing this--is there any way to move the search box so it's in the header picture instead of above it? Thanks!

Margin tweak ...
Tweaking the top margin is possible in the CSS by tweaking this div:
#wrapper {style.css (line 67)
margin:-70px auto auto;
width:800px;
}
I changed the margin to -70px. The issue here is that the search box will then float above and disappear - to get the search box positioned correctly you may need to tweak your div arrangement in the tpl files (and subsequent CSS).
Others may have suggestions on this as well.
-backdrifting