• Anonymous User 13623866

    (@anonymized-13623866)


    Hi Richie,

    Using the top menu on narrower screens – when the top menu is written over two lines – selecting submenus from ’earlier’ menus becomes a problem. Somehow this is due to the z-index of the various menu items. I found some code on the internet to correct this (http://vancelucas.com/blog/fixing-ie7-z-index-issues-with-jquery/). Do you know where and how to implement this in the theme?

    Kind regards,

    Eugenio Eijck

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    add any css in to theme option->custom css

    Thread Starter Anonymous User 13623866

    (@anonymized-13623866)

    Hi Richie,

    Thank you for your reply. I understand CSS, but this not a CSS-matter only. The incorrect z-order of the menus is the result of a Javascript (Superfish?). The problem with the menus appears on your own demo page as wel when narrowing the screen. Correcting the z-order asks for implementing another Javascript ( $(function() { var zIndexNumber = 1000; $(‘div’).each(function() { $(this).css(‘zIndex’, zIndexNumber); zIndexNumber -= 10; }); }); ). I for myself don’t understand where and how to implement this correction. Maybe you know a sollution?

    Kind regards,

    Eugenio

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘top menu problem on narrow screens’ is closed to new replies.