Hi there! I'm actually trying to remove the majority of the header space because I am not having a logo in my theme. I can't seem to do it. Can you tell me exactly what to modify?
Thanks!
Hi there! I'm actually trying to remove the majority of the header space because I am not having a logo in my theme. I can't seem to do it. Can you tell me exactly what to modify?
Thanks!
Hey,
what exactly would you like help with? Adding the logo or removing parts of the header?
If you want to remove parts of the header, can you specify which part(s) exactly?
Cheers,
Chris
I just want to decrease the size of the header area. I have no naviagtion or logo - just a big blank space that I would like to minimize.
See here http://uniphigood.com/drruth/
Hi,
Try adding this code in your Quick CSS or custom.css:
#header .container {
padding: 0!important;
min-height: 25px!important;
}
Hope this helps. :)
Best Regards,
Ismael
Hi - thanks but nothing changed.
Hi again,
Try to add this code in your Quick CSS or custom.css:
h1.logo {
height: 0!important;
}
Hope it helps. :)
Best Regards,
Ismael
You must log in to post.