• Resolved pcfeniks

    (@pcfeniks)


    I have an issue with Flexible slider. I added some kind of additional animated menu, using your plugin but the main menu now is missplaced. The flexible slider is covering the drop down menu. I try to add some z-index and position in CSS but i fail. The problem exist in every browser so it’s probably CSS problem. Could u please help me with that?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author richteam

    (@richteam)

    Dear @pcfeniks.

    Thank you for posting your problem. We checked the page you published and found that the menu breaks because it gets different styles from 2 sides. Not from our plugin. So please I will say you the way to fix that problem. Problem we can solve by changing style from theme files. There is tannistha/style.css file. And on line 454 you have this style:

    .site-header .dc-top-nav li.menu-item-has-children,
    .site-header .dc-top-nav li.page_item_has_children{
    position: absolute;
    padding-bottom: 10px;
    }

    just replace it with this:

    .site-header .dc-top-nav li.menu-item-has-children,
    .site-header .dc-top-nav li.page_item_has_children{
    position: relative;
    padding-bottom: 10px;
    z-index: 1000;
    }

    Thank You.

    Thread Starter pcfeniks

    (@pcfeniks)

    Thank you ?? problem solved ^^

    Plugin Author richteam

    (@richteam)

    Dear @pcfeniks.

    Thank You for using our plugin. If you will have any other questions in future, please feel free to ask it us.

    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Position, z-index’ is closed to new replies.