Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 5 posts - 1 through 5 (of 5 total)

Menu disappears

Home Forums Free Theme Support Asteria Lite Menu disappears

  • #113611

    Minet

    Hello, I love Asteria, but I have a problem with the menu. When I change the resolution of my screen menu disappears. This is the web http://www.sunnytours.es/

    What is it? What can I do?

    #114338

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    @media screen and (max-width: 1085px){
    #simple-menu {
    display: block;
    float: right;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 1.5%;
    }
    #topmenu {
    display: none;
    }
    }
    /*SIDR PLUGIN STYLE*/
    .sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;background:#333;color:#fff}
    .sidr .sidr-inner{padding:0 0 15px}
    .sidr .sidr-inner>p{margin-left:15px;margin-right:15px}
    .sidr.right{left:auto;right:-260px}
    .sidr.left{left:-260px;right:auto}
    .sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}
    .sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}
    .sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}
    .sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}
    .sidr ul li ul li:last-child{border-bottom:none}
    .sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}
    
    
    #115216

    Minet

    Thank you very much for the answers but the problem is not resolved.

    Between responsitive menu and the regular menu, there is a space without menu 🙁

    #115565

    Towfiq I.

    administrator

    replace this:

    @media screen and (max-width: 1085px){
    #simple-menu {
    display: block;

    with this:

    @media screen and (max-width: 1085px){
    #simple-menu {
    display: block!important;
    #120784

    Minet

    Great, thank you very much. It´s solved

You must be logged in to reply to this topic.