• Hi, I’m using CSS frameworks on my site, https://www.leunkim.com
    So some menus disappear if I access with narrow widths(for example, iPhone).
    But I want to make the button something like “access PC version” for mobile users. How can I do this?
    I could never access to my full PC site through my iPhone, because maybe I’m using the following CSS frameworks:

    @media (max-width: 776px) {
    #page{clear:both; max-width:600px; !important; padding:0; !important; margin:auto; overflow:hidden; margin-top:15px; margin-bottom:15px;}
    #primary{max-width:600px; padding:0; margin:0 0 0 20px;}
    #banners2 {display:none;}
    #secondary {display: none;}
    #main #content {max-width: 560px; margin:auto; padding: 0;}
    .commentlist {width: 100%;}
    .commentlist > li.comment,
    .commentlist .pingback {margin-left: 50px;width: auto;}
    }

    and so on.

  • The topic ‘How to show my PC version site on mobile?’ is closed to new replies.