[Resolved] Cannot get my Site Header to show at all. Only shows on mobile.

Home Forums Support [Resolved] Cannot get my Site Header to show at all. Only shows on mobile.

Home Forums Support Cannot get my Site Header to show at all. Only shows on mobile.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #618217
    Brenda

    Call me crazy. But, I can not get the site header to show on a new install. I am using the beta. I have reset WordPress twice, even installed a GP site, but that header will not show either. Anyone experiencing the loss of a site header? GP Premium 1.7 Beta 1 GeneratePress 2.1.3

    #618235
    Leo
    Staff
    Customer Support

    Hi there,

    You have this CSS added in the child theme:

    .site-header {
        display: none;
    }
    #618237
    Brenda

    Right, I was trying out Tom’s code to center the logo, thinking that would make it show. (see below) But now that I take it out, it works.
    Honestly, I tried on a fresh install with an Empty CSS, and it did not work.
    Oh well, Thank you. Please close ticket.

    `.site-header {
    display: none;
    }
    .main-navigation li {
    vertical-align: middle;
    }

    .main-navigation .main-nav ul li.centered-navigation-logo a {
    padding: 0;
    line-height: 0;
    margin: 0 30px;
    }

    .main-navigation .main-nav ul li.centered-navigation-logo a:hover,
    .main-navigation .main-nav ul li.centered-navigation-logo a:focus {
    background: transparent;
    }

    .slideout-navigation .centered-navigation-logo,
    .main-navigation.toggled .centered-navigation-logo {
    display: none;
    }

    #618238
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.