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!
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!
RizzzO,
Tried this out on the default theme and it did not take. Any other suggestions?
SecretSquirrel
Tried this out on the default theme and it did not take. Any other suggestions?
SecretSquirrel
holy moly man, old thread
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 ??
Did this method work for you or did you find another way ??
in the main.css line 15
#page #headerSpacer { height: 64px; }
Yea I've changed that and still nothing.
Thanks though.
Thanks though.
clear your cache
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...
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...
...\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