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
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.
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)