Title: Dropdown sidebar problem
Last modified: September 12, 2016

---

# Dropdown sidebar problem

 *  [dziendobry111](https://wordpress.org/support/users/dziendobry111/)
 * (@dziendobry111)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/dropdown-sidebar-problem/)
 * 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: [http://lazienkinierdzewne.pl/c/umywalki/](http://lazienkinierdzewne.pl/c/umywalki/)
 * Thanks for help,

Viewing 1 replies (of 1 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 6 months ago](https://wordpress.org/support/topic/dropdown-sidebar-problem/#post-8175908)
 * 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](https://wordpress.org/plugins/simple-custom-css/).
   Or, if you have Jetpack installed, enable its [Custom CSS](https://jetpack.com/support/custom-css/)
   module.
 * Learn the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/dropdown-sidebar-problem/#post-8175908)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
