All of a Sudden our Site is Missing Header

We were about to launch our website, when we noticed that the header has disappeared. Weird as hell. The following is the graphic that is supposed to be the header of our website above the navigation:
http://staging.greenwomanwisdom.com/wp-content/uploads/2016/12/Banner_serif_font3.jpg

No clue what’s going on. We looked everywhere. Can we get some help please?? Thanks!

Hi there,

You have this code in the Global CSS:

.x-logobar{
display:none;
}

This stop the image that you set in as the logo to display so kindly remove the code.

Hope this helps.

We did that, however, there is still a black box behind our header and it’s not displaying properly. Any suggestions? Thanks!

BTW, we did not change any code on our global CSS to get that error. I’m very stumped lol. Thanks!

Hi There @ddubois63

Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area.

.x-logobar .x-container.max.width {
    width: 100%;
}

Hope that helps.

Thanks very much works perfectly!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.