Active
Project:
Corolla
Version:
7.x-2.2
Component:
Design
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2011 at 14:28 UTC
Updated:
10 Oct 2011 at 20:52 UTC
Is there any simple way to decrease the white space between the menu bar and the slogan and between the slogan and the content?
Thank you.
Comments
Comment #1
Jeff Burnz commentedYes, in page.css the whitespace is done with padding on the #branding wrapper, so you could reduce it with something like this:
Comment #2
dimon00 commentedThank you. It worked.
Unfortunately I have the search form in the header region.
The search button is under the form and it takes a large amount of space.
Is there a way to place the button next to the form in order to save more space?
Regards
Comment #3
dimon00 commentedI was able to do it by adding
To a local.css file.