• I’d like to make the drop down menu boxes wider but am not seeing a quick fix for it. When I go to the customizing / menu settings I see this NOTE

    *NOTE: Make sure Virtue/Pinnacle Toolkit plugin is activated*
    Go to Appearance > Theme Options > Menu settings for all menu settings

    I have tried to make sure the Toolkit plugin is installed and activated, but all I see is a Kadence Toolkit and it is active. I’ve scoured the web for a Virtue/Pinnacle toolkit plugin but only see the one I have installed.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    You have the right toolkit. That adds the appearance > theme options to your admin does it not?

    However there isn’t an option to make the dropdown menu width larger. You can do that with CSS though. In your theme options > advanced settings you can add this css:

    .sf-menu ul {
        width: 300px !important;
    }

    Ben

    Thread Starter TGoedde

    (@tgoedde)

    Thank you Ben. That worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Virtue Theme Drop down menu width’ is closed to new replies.