Tagged: 

Viewing 10 posts - 21 through 30 (of 30 total)
  • Author
    Posts
  • #19381
    bzesktpe
    Member

    Im looking for some help please.
    My website is http://www.lavarvision.com and I just added my logo to the website. My problem is I would like to reduce the white space in the header.

    I would appreciate it.

    #19397
    Sakin
    Keymaster

    @bzesktpe: Your logo image have lot of white space above and below. See your logo image http://lavarvision.com/wp-content/uploads/2014/01/Untitled6.png . Edit the logo image and it will be fine.

    #19398
    bzesktpe
    Member

    Thanks….for some reason I’m not able to delete the Catch evolution template. and I used the website pixlr to make my logo. I use transparent background. what did I do wrong?

    #19399
    bzesktpe
    Member

    when I say template I mean Catch evolution logo

    #19400
    Sakin
    Keymaster

    @bzesktpe: Check out the theme instruction page http://catchthemes.com/theme-instructions/catch-evolution-pro/. Go to “Appearance => Theme Options => Header Options => Logo URL”. Then Paste URL or upload the image through “Change Header Logo” button.

    #20336
    cking1980
    Member

    Hi there,
    I am using this theme for my husband’s website http://www.sk-kindred.co.uk. I have uploaded a logo image as a header and wanted to remove the white spaces/padding at the top and bottom. I have added this code and the space at the bottom is removed:

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

    However,the white space can still be seen on top. Can you please help me with this?
    Thanks in advance!

    #20337
    Sakin
    Keymaster

    @cking1980: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, #header-right { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }
    #20625
    cking1980
    Member

    Thanks for the help!

    #20959
    Ric
    Member

    Hi,

    I’m using simple catch for my blog, and can’t seem to get rid of the grey space between my header and the menu below – I’d like there to be no space. I’ve tried the above suggested code, however doesn’t seem to work. My site is http://www.awayandgay.com

    Currently in my Theme Options – Custom CSS is:

    #header .logo-wrap { padding-left: 0; }
    #site-logo a img { max-width: 100%; padding-right: 0; }
    #header .logo-wrap { margin-top: 10; }
    #header #mainmenu { margin-top: 0; }
    #header .top-bg { display: none; }
    #hgroup-wrap { padding: 0; }
    #hgroup.with-logo { padding-top: 0; }

    Cheers.

    #20966
    Sakin
    Keymaster

    @Ric: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the Social Search wrapper in header and it will be fine.
    #header .social-search { display: none; }

Viewing 10 posts - 21 through 30 (of 30 total)
  • The topic ‘Header – White space above and below’ is closed to new replies.