• Resolved carylynnlarson

    (@carylynnlarson)


    Like many others, I’m having issues with my margins around my header using the Pinboard theme. I’ve tried everything that’s been offered to others with the similar issue, but it’s not working for me.

    Here is the code I have in my CSS:

    #site-title {
    margin: 0;
    line-height: 0;
    float: left;
    }

    #social-media-icons {
    display: none;
    float: none;
    margin-top: 0;
    }

    #header #s {
    display: none;
    }

    #header #searchform {
    float: none;
    }

    #site-title,
    #site-description {
    margin: 0;
    font-weight: 300;
    float: left;
    line-height: 0;
    }

    #site-title img {
    margin: 0;
    }

    **Note that, although it was code used by others, the #site-title img line doesn’t seem right, as img is highlighted in red text. If that’s the issue, I don’t know how to fix it.

    Also note that I don’t have a margin on top of my header image, just on the bottom. See my site at https://www.workitoutcoaching.com

    Help greatly appreciated!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey, you seem to have a sidebar-header there, with a search widget inside. Check if you have that widget enabled and possibly remove it. To see what I mean add
    #sidebar-header {
    display:none;
    }
    to your CSS and that space will go away (you’re telling that widget to not display – this isn’t really a solution though!)

    Good luck!

    Thread Starter carylynnlarson

    (@carylynnlarson)

    Awesome! It worked! Thank you so so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pinboard header issue (yes, another one)’ is closed to new replies.