• I am using Attitude theme for my site pangaria.com

    There are two problems that I see
    1. There is a margin right on top (with grey background). This is 28px and none of the helps mentioned on forum are helping me in removing that.

    2. Above the header logo, there is a white space which again I am not able to remove. Have used the code as suggested by someone on the forum, but it does not work.

    .hgroup-wrap {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    Any help on this would be much appreciated.

Viewing 1 replies (of 1 total)
  • To remove the white space above your logo, change the ‘margin-top’ for the hgroup ‘#site-logo’ to 0px or whatever you want.

    #site-logo {
        float: left;
        margin-top: 32px;
    }

    Can you be more specific about that right margin? Did you mean that margin on right side of the search logo?

    PS: Do you use a child theme for attitude?

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Top Margins’ is closed to new replies.