• SIte

    Well if you look at the site you’ll see the main image which has space above it. I need to remove this gap. I know very little about coding CSS or HTML. Any help is appreciated this is a time sensitive issue. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • it’s the empty <h2> inside <div class="showcase-hero"> what causes the gap.

    Remove it or add an specific class and adjust the margins because the template.css has margin:25px 0 10px; for all the headings

    Thread Starter tbrendel

    (@tbrendel)

    Awesome that fixed it thanks so much!

    Hey, I have a similar problem, but with extra space under the header image…is there a similar answer? the website is ballardtalisman.org. Thanks!

    you have some fragment of a ‘searchform’ in your header.php – it is not showing in the browser, but has a height of over 100px;
    try and remove this from header.php:

    <form method="get" id="searchform" action="http://ballardtalisman.org">
    		</form>

    THANK YOU!!!!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need help removing extra space above image in post’ is closed to new replies.