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 18 posts - 1 through 18 (of 18 total)

Header on tablet

Home Forums Free Theme Support Asteria Lite Header on tablet

  • #101012

    Ron Krol

    Hello,

    I’ve a question:
    The theme runs well my laptop but i got 2 problems when running on telephone or tablet.
    On telephone: The images from my gallery don’t fit in the screen when i click on the tumbnail.
    On tablet: The menu’s don’t fit in the header when i take my tablet in vertical position. The menu automatically stands in my welcome text below the header..

    Any idea how to fix it?

    Thanks a lot!

    #101381

    Towfiq I.

    administrator

    whats your site address?

    #101824

    Ron Krol

    My address is ronkrol.com.
    Problem with telephone is already solved (didn’t work well in maintenance mode). I still have the tablet problem. Menu doesn’t fit in the header when i use the tablet in vertical position.

    Great theme by the way and thanks for your help.

    Best regards,

    Ron

    #102215

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    @media screen and (max-width: 910px)
    #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;
    }
    
    
    #104738

    Ron Krol

    This don’t work. The whole menu disappeared when added that to my custom CSS.
    Still have the tablet problem.

    Best regards,

    Ron

    #105359

    Towfiq I.

    administrator

    can you please add the code again and let me know?

    #106870

    Ron Krol

    I’ve added it now. Can’t see the menu anymore.

    Thanks for help.

    Ron

    #107279

    Towfiq I.

    administrator

    sorry. remove that and try this:

    @media screen and (max-width: 910px)
    #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;
    }
    }
    
    #107298

    Ron Krol

    Hello,

    I’ve added that, but still no menu at all…..

    Regards, Ron

    #107533

    Ron Krol

    Still no menu… But, isn’t that the same code as you gave me earlier??

    Ron

    #107614

    Towfiq I.

    administrator

    crap. the code was still wrong. try this:

    @media screen and (max-width: 910px){
    #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;
    }
    }
    #107634

    Ron Krol

    Hello. In the first place; thanks for your help again. I’ve got a menu now, but on the tablet it’s very different from my telephone. It looks strange when i see the menu in vertical position (tablet). Look at the print screen:
    Print screen

    #107635

    Ron Krol
    #108059

    Towfiq I.

    administrator

    try adding this to your Custom CSS:

    /*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}
    #108097

    Ron Krol

    Thanks a lot!! It works great now!

    Best regards,

    Ron

    #108099

    Towfiq I.

    administrator

    I would be grateful if you could rated this theme:

    Asteria Lite

    Thanks

    #113592

    Ron Krol

    Done!

    #113934

    Towfiq I.

    administrator

    Thanks Ron! 🙂

You must be logged in to reply to this topic.