• Resolved figi4

    (@figi4)


    Hello,

    I am hoping someone can help me figure out my issue or provide me with a solution to what I am trying to accomplish. I’ve written to the theme designer but have not received any replies. I am new to WordPress, but have done some research, not being able to find the answer or I’m not describing it well.

    On the right side of my page is a navigation menu widget titled ‘More Topics’. I think that I have it set up correctly, however the drop downs are automatically expanded, and I would like them collapsed. You can click on the drop down arrow a few times and it will finally collapse.

    Can this be fixed or is there something that I can do differently to achieve what I am looking to do? I have made sure the theme (Modern Storytelling by Flat Magazinews), all plugins and WordPress are updated.

    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    The related script is assuming the items are initially hidden, but the CSS initially exposes the items. It takes an extra click to get things in sync. The solution is to get CSS to comply with the assumption. Add this to the Additional CSS customizer section:

    #menu-more-topics ul.sub-menu {
        display: none;
    }
    Thread Starter figi4

    (@figi4)

    THANK YOU!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget drop down stays expanded’ is closed to new replies.