Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #649088

    hi,

    i have the socket to be always in front with this code:

    #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    }
    #socket { z-index: 999; }

    works perfect. without this code the sub menu is visible in the socket. with this code the submenu is not visible. i want the sub-menu to be displayed in the socket. could you help?

    kr dirk

    #649835

    Hey schnippel,

    Please add following code to Quick CSS as well

    @media only screen and (min-width: 767px) {
    #socket {
        max-width: 80%;
    }}

    Best regards,
    Yigit

    #649870

    hi,

    not so good. green background is not 100% and does not work in responsive mode. any idea?

    kr dirk

    #650867

    Hi,

    Please change your code to following one

    #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    Best regards,
    Yigit

    #650881

    thanks… the menu in footer is still not visible in reponsive mode? do you have another idea?
    i can send you admin data if you want …

    kr

    • This reply was modified 8 years, 5 months ago by schnippel.
    #650894
    #650910

    works :-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘submenu in socket’ is closed to new replies.