Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #204711

    Happy New Year!

    How can I create a vertical mega menu in the Enfold sidebar to replace the default Enfold sidebar custom menu? Thanks.

    • This topic was modified 10 years, 10 months ago by Mark.
    #204735

    Hey Mark!

    Unfortunately that isn’t possible. The mega menu is not compatible with a vertical menu.

    Cheers!
    Devin

    #204745

    Hey Devin,

    To clarify, the Enfold version of Uber MegaMenu is not compatible with the vertical menus. I have the actually full version of the Uber MegaMenu, which does offer vertical menus. We’re I’m struggling is figuring out how to over ride the Enfold sidebar custom menu css/formatting.

    Can I just display:none the Enfold custom menu sidebar and add the vertical Uber Menu in it’s position? Thanks for the help.

    #204797

    Ah, if you are using Uber Menu then you can just turn off the auto created one in the Sidebar section of the theme options. “UberMenu” and the what the theme comes with “Mega Menu” are completely different.

    #561290

    Hi, is it possible to create a UberMenu3 Vertical Menu in the sidebar? Currently my Menu will be cut-off between sidebar and main container (Content)

    #561316

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #top #main .sidebar_left .sidebar {
        overflow: visible;
        width: 25%;
    }

    This may not be the best solution. Have you tried contacting plugin authors?

    Best regards,
    Yigit

    #561468

    Thanks for the fast response, but the solution does not work.Now the menu is under the content. Do you know a other solution how i can create the menu in this style.

    #561720

    Hi!

    It does seem fine on my end – http://i.imgur.com/iDhiY6A.png
    Have you figured it out already?
    P.S.: Sorry i could not post the screenshot in private content as you are not the OP of this thread, you would not be able to see it. To avoid that, please start a new thread.

    Regards,
    Yigit

    #561852

    Hi,
    yes, i fond the solution by try and error :-):

    @media only screen and (min-width: 480px) {
        #top #main .sidebar_left .sidebar {
            position: absolute;
            overflow: visible;
            top: 0;
            background: white;
        }
    }
    @media only screen and (min-width: 480px) {
    .container_wrap .content{
    min-height: 480px;
    }
    }

    Thanks for help!!!

    Best Regards
    DC

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Vertical MegaMenu in Sidebar?’ is closed to new replies.