Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sobini Friend
    #193014

    Hi!

    I have a problem with the footer and the left sidebar menu overlaping in the mobil version.
    The left sidebar has a submenu, when it opens the footer does not change the position but stays in place, making the two overlap. The footer is in position footer-1. make room for each other?
    What can change so the two elements

    I appreciate any help.

    The URL to the site is: http://uwerk.at/

    Ninja Lead Moderator
    #515705

    This due to customized code on your site

    Open templates/uwerk/css/custom.css file

    Change

    .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff
    border: 0px ;
    border: 0px ;

    padding: 0;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    }

    To

    .dropdown-menu {
    position: inherit;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff
    border: 0px ;
    border: 0px ;

    padding: 0;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    }

    sobini Friend
    #515747

    Thank you. It works!

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

This topic contains 3 replies, has 2 voices, and was last updated by  sobini 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum