• Resolved minickmd

    (@minickmd)


    I have tried multiple edits in my child theme css to attempt to eliminate the padding that is showing above my header so that the webpage is flush with the top of the browser, not with ~37px of color background above the white title header. Any help would be greatly appreciated. Site is https://test.premiercarepeds.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can use negative values:

    @media screen and (min-width: 1008px) {
    #page {
    margin-left: auto;
    margin-right: auto;
    margin-top: -37px !important;
    }
    }
    Thread Starter minickmd

    (@minickmd)

    Thanks, that fixed it (tiny space below the black now but I will take that). One more question on same site. When on any of the pages from the drop down menus at the top (Home>Virtual Tour for example), when you then go back to the top menu (Home and mouse over the submenu items), the “Home” font turns yellow instead of remaining black. I cannot, find where this is being set as important to turn it off or override it so the font will be black

    Thread Starter minickmd

    (@minickmd)

    Resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot eliminate background space above header’ is closed to new replies.