Menu disappearing at Blog

Hi! I want to report this small bug. At our website nacionpix.com when you open the blog (https://nacionpix.com/blog/) the menu disappears from the left side.

Any ideas where it is a bug or an error on my side?

Thanks!

Hello Arturo,

You have added a code in the Wordpress custom CSS that is causing the menu area not to display on the blog page.

Kindly go to WP Admin > Appearance > Customize > Additional CSS then remove this code:

.blog header .x-navbar, .blog header .x-nav {
    visibility: hidden;
    display: none;
}

Hope this helps.

THANK YOU! I thought it was some kind of bug :slight_smile:

You’re most welcome, Arturo. :slight_smile:

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