Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like it is being generated from within the header.php template code por by a function within the them itself.

    <div style="background-color: rgb(223, 246, 251); padding: 15px 0pt;" id="logoimg">

    padding: 15px 0pt; needs to changed to padding: 15px 0 0;

    You could try adding:

    #header #logoimg {padding-bottom:0 !important}

    to the bottom of your theme’s stylesheet but I don’t think it’s going to work in this case.

    Thread Starter LisaMae

    (@lisamae)

    Esmi,
    You truly are a theme diva! Worked perfectly. Thank you!!! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove padding at bottom of logo??’ is closed to new replies.