Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5777
    TanjaCrouch
    Member

    My site is http://www.tanjacrouch.com using Catch Everest theme.

    I have uploaded a logo but I do not know how to do the following:

    1. remove white space above and below the logo

    2. ideally, I would like the logo to be about 70-80% of what it is now.

    I know little. I read through a post with similar question about white space but I could not even find where you find the code to add it… I went to the editor section but couldn’t and found a header section but couldn’t find mention of the lines referred to to know where and what to add.

    Thank you in advance for any and all help.

    ALSO, I can’t get my side bar to show up. It’s all set up but it doesn’t show up on the site.

    #5828
    Sakin
    Keymaster

    @TanjaCrouch:
    1. remove white space above and below the logo
    — Just add the following css in “Custom CSS” box in Theme Options panel.

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-top: 0; }

    2. ideally, I would like the logo to be about 70-80% of what it is now.
    Why don’t you just upload a smaller version of logo. Resizing the image is better then resizing from css as it reduces the load time of your site.

    You have already added in the sidebar.

    #5911
    stickerd
    Member

    Hi!

    I inserted in CCS

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-top: 0; }

    and I lost my logo? And can’t get it back??

     http://www.decodingdyslexiaor.org/ 

    Thanks! Diana

    #6013
    Sakin
    Keymaster

    @stickerd: I can see your site logo.

    #6024
    TanjaCrouch
    Member

    Thank you thank you! It got it fixed!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header white space above and below logo’ is closed to new replies.