Site logo

Archived topic

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

3 replies · Started by Brenda on July 7, 2018

Viewing posts 1–4 of 4

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

Hi there,

You have this CSS added in the child theme:

.site-header {
    display: none;
}

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;
}

No problem :)

This archived topic is closed to new replies.