If I want to get rid of the space above the banner where the javascript used to be how would I do that? Also, If I want to remove the bar area where the breadcrumbs live how could I do that.
Much Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | top-of-page.JPG | 16.21 KB | Knock Twice |
Comments
Comment #1
derjochenmeyer commentededit the page.tpl.php file and remove the div with id=navigation-breadcrumb
the space above is more tricky.... try adding something to the
follwoing lines in stlye.css
#pagewrapper {style.css (line 27)
background-color:#FFFFFF;
border:15px solid #FFFFFF;
margin:auto;
width:960px;
}
add after width:960px;
border-top:none;
Comment #2
ding-1 commentedJust a minor note, the lines in my #pagewrapper were in a different order. The "border-top:none;" works nicely for me, but it has to come after the other border info to take precedence.
#pagewrapper {
margin:auto;
width:960px;
border:15px solid #ffffff;
border-top:none;
background-color:#ffffff;
}
BTW, this is a pretty great theme. It's easy to navigate the CSS. Thanks!
-Ding
Comment #3
Knock Twice commentedI went ahead and added "border-top:none;", as described above... but there is still an undesirable amount of white space on top of the tabs.
Where do I go to decrease that space further?
See the attached for my example.
Comment #4
derjochenmeyer commentedtry to play with the padding of the headline
Comment #5
tachobernal commentedHi, somebody know how to delete the "try another color" block, thank you, xD.
Comment #6
derjochenmeyer commentedPlease open a new issue! dont over write an existing one with your new title ...
question moved here: http://drupal.org/node/245608
Comment #7
derjochenmeyer commentedComment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.