• Resolved Mian2001

    (@mian2001)


    Hi

    i try to do force desktop view on mobile and then i try to find this code so i can remove and do that my self but never find this code in header.php please any help how i can do that in this theme i really appreciate if anyone help me for that

    this code not in header.php

    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi @mian2001

    Please comment out below line

    raindrops/lib/hooks.php

    https://github.com/tenman/raindrops/blob/master/lib/hooks.php#L113

    like this

    
    //add_action( 'wp_head', 'raindrops_mobile_meta' );
    

    if you using child theme

    add child theme functions.php

    
    function raindrops_mobile_meta() {
    
       return;
    }
    

    and

    customizer/Presentation/Layout and Sidebar

    Document Width

    please select

    750px centered or 950px centered or 974px

    Thank you.

    • This reply was modified 3 years ago by nobita.
    Thread Starter Mian2001

    (@mian2001)

    Thanks for reply yes its work thanks a lot for help my problem is solved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘force desktop view on mobile’ is closed to new replies.