Extra space in header

Permalink
Hey!

im trying to remove the extra space from the header i want to set it to a set number of pixels but so far i have not found the value.

Any help?

Thanks!

Mnkras
 
RizzzO replied on at Permalink Reply
RizzzO
find your main.css (assuming you're using the default theme, it's located in

...\concrete\themes\default\main.css

Then look for the line

#page #headerSpacer{ height:10px }

it's the second line in the
/* Page Structure / Navigation */
paragraph.

Then just change the value.. as you see, I changed it to 10, which suits me just fine.

RizzzO
JRick replied on at Permalink Reply
JRick
RizzzO,

Tried this out on the default theme and it did not take. Any other suggestions?

SecretSquirrel
Mnkras replied on at Permalink Reply
Mnkras
holy moly man, old thread
JRick replied on at Permalink Reply
JRick
yea I know... Just trying to find some answers. I have a client that doesn't like all the extra space on top. So I essentially need to remove the "header nav" the "add to header" block can stay but everything above that needs to be reduced. I've tried everything posted in here and on a couple other posts but have had no luck so far.

Did this method work for you or did you find another way ??
Mnkras replied on at Permalink Reply
Mnkras
in the main.css line 15

#page #headerSpacer {
height: 64px;
}
JRick replied on at Permalink Reply
JRick
Yea I've changed that and still nothing.

Thanks though.
Mnkras replied on at Permalink Reply
Mnkras
clear your cache
JRick replied on at Permalink Reply
JRick
Well here it goes (slap to the back of the head)

I actually got it to work changing it on line 15. The site I was working on was a sandbox site for our clients and we have a couple other themes uploaded on there so I tried it on a new sandbox with a clean install that I created only a few weeks ago and it worked on there. My guess is that on the old sandbox site there must be an overriding issue with another theme (time to do a bit of house cleaning)

So thanks very much...