Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Vertical MegaMenu in Sidebar? #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

    in reply to: Vertical MegaMenu in Sidebar? #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.

    in reply to: Vertical MegaMenu in Sidebar? #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)

Viewing 3 posts - 1 through 3 (of 3 total)