• Resolved marti216

    (@marti216)


    I have unwanted space in between my header image and menu. Site is here.

    I’ve looked through other threads and have added the following custom CSS code. However that has not solved the problem… I would appreciate any help. Thank you!

    #site-title img {
    width: 100%;
    margin: 0;
    }
    
    #site-title {
    margin: 0;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s actually from the search form which isn’t there but there’s still space created for it – so try this CSS:

    #header #searchform {
        display: none;
    }

    Thread Starter marti216

    (@marti216)

    Thank you! That worked! I originally had the incorrect code to hide the search form…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header Image and space between menu’ is closed to new replies.