• Hi,

    Im in the process of editing a free theme to my liking. Created a banner, changed the menu. But now I would like there not to be a gap between my banner and the blue menu.

    Ive tried looking around the margings/ padding but i cant seem to figure it out..can anyone help?

    this is my website: http://www.yolothatswag.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you post a link to your site so we can see plz?

    Not without seeing the site.

    Thread Starter feather19

    (@feather19)

    yeah i failed posting the link..i edited my post though so should be able to see the link now

    It’s the padding in head-content and the margin in logo

    Thread Starter feather19

    (@feather19)

    lol well what do u suggest me changing it to?

    /* #Header */

    #header {clear: both;margin: 0 auto;padding: 0;border-bottom: none!important;position: relative;z-index: 1;}
    #head-content {margin: 0 auto;padding:20px 0;position: relative; position:relative;min-height:90px;z-index:98;}
    .head-strip{border-top:5px solid #B6B4B0;}
    #logo {margin: 20px 10px 10px 5px;text-align:left;color:#555;float: left;}
    #logo h1, #logo h2 {font-size: 32x;margin: 0 !important;line-height: 35px !important;}
    #logo a {font-weight: 700;color: #333;padding: 0px;margin: 0px;text-decoration: none;}
    #header-banner468{float: right;
    border: 1px solid #F3F3F3;
    position: relative;}

    Thread Starter feather19

    (@feather19)

    managed to get the gap smaller but there is still a space in between the banner and blue menu.

    Are you using a browser tool like Firebug ? It should show you the CSS code that’s creating the space – in this case:

    #logo {
        color: #555555;
        float: left;
        margin: 10px 10px 10px 5px;
        text-align: left;
    }

    If you need further assistance, you need to ask the people you got the theme from- as these forums only support themes downloaded from this site.

    Thread Starter feather19

    (@feather19)

    Thank you ..ill look into this firebug thing!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to remove white space under header.’ is closed to new replies.