• Hey guys,
    So I was fiddling around with another website and fixed most of minor bugs here and there that I could deal with – but there’s that thing that simply doesn’t work for me no matter what.

    I want to change the left sidebar so it won’t execute dropdown effect upon mouse hover (preferably it should dropdown the list of categories on click).

    The effect itself is not so bad but it also automatically scrolls the webpage which basically makes this really annoying and uncomfortable to use – is there anyway to disable this scrolling as well (so the sidebar actually drops the content but it’s kind of “fixed” to the website)?

    Unfortunately theme support and googling didn’t help so I was hoping someone could help me out with this

    here’s the link: https://lazienkinierdzewne.pl/c/umywalki/

    Thanks for help,

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You’re right, it’s awful.

    The CSS for the submenus is:

    .widget_produkty-list > ul.menu > li> ul.submenu {
        overflow: hidden;
        position: relative;
        z-index: 9;
        display: none;
    }

    change that to “display:block

    To add CSS: If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown sidebar problem’ is closed to new replies.