Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Seantf22

    (@seantf22)

    any1 ?:D

    Thread Starter Seantf22

    (@seantf22)

    no1 ?:(

    stephencottontail

    (@stephencottontail)

    First, these forums are staffed entirely by volunteers who answer questions on their own time. It’s a bit unrealistic to expect quick response times.

    As for your current issue, the reason you can’t click on those items is because you have an absolute-positioned empty <div> with the id “LeftSlideshow” that’s “covering” up the menu. A quick fix would be to set a higher z-index on the menu, especially if the slideshow must be placed there:

    .site-nav ul.sub-menu {
    z-index: 10;
    }
    Thread Starter Seantf22

    (@seantf22)

    True im sorry and thank you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cant click child menu in my custom theme’ is closed to new replies.