• hello

    I’d like my custom logo to take up the full width and height of the Attitude theme header space — does anyone know the CSS to do this? I’ve tried a few things such as h.group-wrap but that only goes so far.

    I’m building on my local host otherwise I would link.

    The set up for the theme says narrow slider images should be 1038 — I’d like my header also that say width

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this into Theme options->Custom CSS. It worked for me. Change Padding-top and bottom according to your need.

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

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

    Thread Starter kellyalan

    (@kellyalan)

    Thanks for the reply

    I put your code it, now I need to rework the logo — I’ll let you know =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘header spacing / padding – how to remove’ is closed to new replies.