• I have a gap between my header and my banner as well as a gap below the footer. By a gap, I mean that the background is a different color than the rest of the page. My URL is https://www.ellewimbush.com. I really appreciate any guidance that you have.

Viewing 2 replies - 1 through 2 (of 2 total)
  • https://prntscr.com/4lsd25
    Look at that screen grab and then tell me by number reference what gaps you are referring to.

    Changes to make the search inline with the menu.

    #block-bd8540721a7c805a .nav-search-active .nav-search {
    height: 45px;
    line-height: 45px;
    /* adding these two lines */
    display: inline-block;
    float: right;
    }
    .block-type-navigation .nav-search-active #searchform {
    height: 100%;
    /* commenting out the following line */
    /* display: table-cell; */
    vertical-align: middle;
    }

    Then consider appending “on your keyboard” to the wording inside the search box.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get rid of gap between header and banner’ is closed to new replies.