Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #384925

    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.

    http://relationships-at-work.com/

    #384994

    Hi gharding ;
    try to add this into your css :

    #header_meta{height: 50px !important;}
    

    adjust the size as you like

    #385032

    that didn’t seem to work; thank you
    http://relationships-at-work.com/

    #385068

    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

    #385749

    Hey!

    Please refer to @begrafiks’ post above!

    Regards,
    Yigit

    #385787

    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

    #385999

    Hey!

    That’s possible but you’d first need to disable the header stickiness in Theme Options > Header > Behavior.

    Cheers!
    Josue

    #386000

    I just did that, but it didn’t change. http://relationships-at-work.com/

    #386009

    Now add this code to Quick CSS:

    #header {
        margin-top: 100px;
    }

    Best regards,
    Josue

    #386039

    YES!!! That worked. thanks!!
    gary

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How can I add space above the top bar?’ is closed to new replies.