Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Could you tell me a little more about the problem that you’re having?

    Regards

    KC

    Thread Starter luluscode

    (@luluscode)

    Thanks for taking a look at this.

    The problem is that my menu and sub-menus are displayed behind the feature image.

    If you go to the site you will see that the only picture I have on the only post I have hides the menu if you decide to go to Library.

    The Library menu has two submenus, they are not displayed completely because the post images hides them.

    Hello,

    Use the CSS code below to fix it.

    .sub-menu {
     z-index:9999;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Regards

    KC

    Thread Starter luluscode

    (@luluscode)

    Sorry. It didn’t work. I did exactly what u told me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature image on post hides the Menu’ is closed to new replies.