Closed (fixed)
Project:
Four Seasons
Version:
6.x-1.9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2008 at 18:35 UTC
Updated:
22 Jun 2008 at 22:32 UTC
Jump to comment: Most recent file
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.