How can I add space above the header and top bar? I’ve tried everything suggested on your site but nothing changes it. When I change it in Chrome’s and Firefoxe’s inspectors it works, but then when I implement the code it does not. I tried using Important, too.
Hi gharding ;
try to add this into your css :
#header_meta{height: 50px !important;}
adjust the size as you like
that didn’t seem to work; thank you
http://relationships-at-work.com/
Hi gharding ;
inorder to have a regular size of the blocs you should adjust the size of the elements which are beneath the “header_meta” too ;
#header_meta .container{min-height: 50px;}
.phone-info {line-height: 40px;}
#top .social_bookmarks {height: 50px;}
#top .social_bookmarks li a{padding-top: 10px;}
just adjust the size for your purpose
thank you. I tried it, but all it did was to add some height in the top bar.
Please look at the examples on this page: http://coachingsitesthatwork.com/coaching-websites/. I want to have someone’s photo up above the top bar and main content areas. It could be that those photos are the actual background for the site so I would want move everything down so that could show. Is this possible?
thank you
Hey!
That’s possible but you’d first need to disable the header stickiness in Theme Options > Header > Behavior.
Cheers!
Josue
I just did that, but it didn’t change. http://relationships-at-work.com/
Now add this code to Quick CSS:
#header {
margin-top: 100px;
}
Best regards,
Josue
YES!!! That worked. thanks!!
gary