Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there, Mymo!

    It looks like there is a z-index conflict here in the CSS. Changing this property in your theme’s stylesheet should do the trick:

    .sf-menu li:hover ul {
      z-index: 900;
    }

    Cheers!
    Geoff

    Thread Starter Mymo

    (@mymo)

    Hi,

    Sorry it took me so long to get back to you.

    It didn’t ??

    I can see why z-index may be the key but can’t get around anything. I’m so new to the wordpress universe.

    Thanks

    —–

    Edit : it works now..

    i used this :

    .sf-menu, .sf-menu * {
    z-index: 900;
    }

    Thanks…

    Brook

    (@brook-tribe)

    Thanks for sharing your solution Mymo :).

    – Brook

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display problem with the view mode’ is closed to new replies.