• Hello,

    I just uploaded my WordPress and Pinboard theme today and since then, a few things on my website have gotten a bit quirky. I didn’t fix these issues correctly the first time and when I did the update, it removed what changes I had made.

    I am trying to remove the space above and below my header image. I know this is a pretty common problem it seems like with this theme, and I’ve looked over all the other posts to try and find a solution, but nothing I seem to do will work.

    Here is a link to my site: https://www.fstpetcare.com/

    Any help would be greatly appreciated! I’d love to do this correctly this time so I don’t have to solve this problem with every update. Thanks so much in advance!

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In your Custom CSS add this:

    /* Space above header image */
    #header {
     border: none;
    }
    
    /* Space below header image */
    #header #searchform {
     display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Removing margins around header image in Pinboard theme’ is closed to new replies.