OwlCyberSecurity - MANAGER
Edit File: demo.css
.menu_mobile_header { position: fixed; z-index: 2; background: #FF3499; font-size: 16px; font-weight: bold; color: #fff; line-height: 40px; border-radius: 0 0 8px 0; -moz-box-sizing: border-box; box-sizing: border-box; width: 40px; height: 38px; } .menu_mobile_header.fixed { position: fixed; top: 0; left: 0; } .footer.fixed { position: fixed; bottom: 0; left: 0; } .menu_mobile_header a { display: block; width: 40px; height: 18px; padding: 10px; position: absolute; top: 0; left: 0; } .menu_mobile_header a:before, .menu_mobile_header a:after { content: ''; display: block; background: #fff; height: 2px; } .menu_mobile_header a span { background: #fff; display: block; height: 2px; margin: 6px 0; }