• Resolved klondike1701

    (@klondike1701)


    Hi,

    I have added a custom menu on my site through Dropdown Menu plugin.
    But, when i drag the sidebar it goes below the menus , which looks weird.
    Please, check if somehow sidebar could be made to crawl above the menus and not under it.

    https://ssccglexam.in/

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Hemant Acharya

    (@hemant-acharya)

    Hi,

    The dropdown menu plugin you used seems to have higher z-index property than the sidebar of the theme. Therefore, it is above the sidebar. You can increase the z-index of the sidebar.

    GO TO sass/main.css and place this code

    .widget-area {
      z-index: 600;
    }

    Thanks

    Thread Starter klondike1701

    (@klondike1701)

    Fixed..

    Thanks again .. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar (when dragged) comes under the page drop-down menus’ is closed to new replies.