Support » Theme: Pinboard » Eliminate space below header?

Viewing 11 replies - 1 through 11 (of 11 total)
  • It looks like theres a search form that is creating that extra space.

    If you dont need the search form which Im assuming since its not visible, go into your header.php file and delete or comment out the form.

    I will look like:

    <form role="search" method="get" id="searchform" action="http://www.yestorealfood.com/">
    	<input type="text" value="" placeholder="Search this website…" name="s" id="s">
    	<input type="submit" id="searchsubmit" value="Search">
    </form>

    let me know if that works.

    I forgot to mention, no its not too late to use a child theme and quite recommended if your going to edit any of the theme files.

    Thread Starter yestorealfood

    (@yestorealfood)

    Thanks for responding!:) Hmmm…I have thoroughly searched the header.php file and do not see anything like that. Any clue why? You are correct…I do not need the search box and entered custom css in theme options, which got rid of it.

    My bad, the theme might be using a shortcode or function that outputs the above code.

    What theme are you using?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter yestorealfood

    (@yestorealfood)

    The theme is Pinboard:)

    Thread Starter yestorealfood

    (@yestorealfood)

    Andrew- Thanks for that link! Very helpful! I didn’t read on there, however, on where it stated how to get rid of the padding underneath the header (or maybe it was just stated in techie “lingo” that I didn’t understand. Sorry, I am so not a computer person!:-)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Get rid of the space with CSS for now, it looks like Pinboard has its CSS setting in Themify > Styling > Custom CSS:

    #site-title img {
        margin: 0 auto;
    }
    
    #header #searchform {
        display: none;
    }

    That’s all of the spacing gone.

    Thread Starter yestorealfood

    (@yestorealfood)

    Oh my gosh!! Thank you soooo much! That worked!:)) Now, if I can just learn how to make a child theme. I’m in bug trouble if there’s an update! You guys are AWESOME!

    Anyone know how to get the layerslider on every page? It only shows on my homepage now. I use sample full width slider #3

    http://www.opportunitysrilanka.eu

    I’d like to reduce the padding around the subtitle text in my header…any thoughts on this?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Eliminate space below header?’ is closed to new replies.