• Resolved benromero

    (@benromero)


    I am trying to remove all space above and below the logo on my site (www.coolpack.com).

    I have searched the forum and have seen a few similar topics, with similar fixes, but none seem to work.

    I am using the child theme and have added this type of CSS to the style.css file:
    #header .pad { padding-top: 0; padding-bottom: 0; }

    have also tried adding:
    #header .pad { padding-top: 0; padding-bottom: 0; }
    .site-title { float: none; padding: 0; }

    Any ideas? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Just doing this:
    #header .pad { padding-top: 0; padding-bottom: 0; }
    will do it.

    I could change your #header .pad top and bottom padding on my Firefox with Firebug to zero. It should work. Try refreshing a cpl of times.

    Thread Starter benromero

    (@benromero)

    NM6 – thanks for your reply.

    Just to confirm, you are asking me to paste that line of code into the style.css in my child theme correct?

    I have implemented this, and when I check with Google Chrome (inspect element on the logo – which I assume is comparable to using Firebug) it shows that the padding is 0 all around. However, there is still a fairly big space on top and below the logo. Any ideas?

    I checked your site, and it still shows the top and bottom padding to be 30px, and to be clear this is in your parent theme style.css. Try uploading your child theme’s style.css again and hard refresh ( ctrl+f5) the site and check.

    Thread Starter benromero

    (@benromero)

    NM6 – thanks again for your reply & looking into this.

    Boy, do I feel silly.

    I went to the style.css file and changed the values there, just to see…after a few refresh the extra space is gone. Changed values back to original 30px. Went back to the child theme style.css and realized that I forgot to put the end to the comment before the change (I like to document my changes with comments) with */
    Fixed that silly thing and it is good to go…thanks for your help!!

    Thread Starter benromero

    (@benromero)

    Forgot to mark as solved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header Space above and below Logo’ is closed to new replies.