Overlay menu

Hi!

We want to create a similar menu, right-handed. (There is no need for background and 'register now' button.)

I wrote into the code, but it is no longer responsive tablet and smartphone.

(layout.css, 607, 608 line)
/* Overlay | Menu Overlay */
#Overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9910;background:rgba(41,145,214,.95);display:none}
#overlay-menu{position:absolute;width:700px;left:50%;margin-left:-70px;top:50%;margin-top:-150px}
#overlay-menu ul li{text-align:right}

Please help setting up.

Comments

Sign In or Register to comment.