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

Front page posts hard to select on mobile devices

Home Forums Free Theme Support Asteria Lite Front page posts hard to select on mobile devices

  • #83211

    Jeremy Nichols

    You have to touch the front page post in the exact right spot to get it to open the post. Very unfriendly for a mobile user not being able to just touch the featured image for the post and have it open.

    #83227

    Towfiq I.

    administrator

    add this to your custom css tab:

    @media screen and (max-width: 480px){
    .img_hover{display:none!important;}
    }

    #83243

    Jeremy Nichols

    Have added it.. just below the fix for the slider… slider code works.. not working for the posts thought.. my custom css looks like this:

    .nivo-caption{display:none!important;}

    @media screen and (max-width: 480px){
    .img_hover{display:none!important;}
    }

    Works if I remove the @media screen and width… Of course that changes the desktop response… but not a big deal.. makes it work on the tablet.

    Thanks,,, love the theme… and support . will definitely be going pro.

You must be logged in to reply to this topic.