badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Disable Responsive Mobile layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11685
    Maximilian
    Participant

    Hello,

    I was wondering if anyone could assist me in helping me figure out how to disable the mobile responsive theme. I already did it for tablet. the bottom line is I want the site to look for desktop use on all devices and not be responsive.

    Thanks

    Maximilian

    #11746

    Hi Maximillian,

    To disable mobile responsive layout delete all the responsive css code from the style.css file.
    Please find the below text in style.css and delete all the responsive CSS code under this text.

    /* =Responsive Structure
    ----------------------------------------------- */
    /* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */

    and also find below code in the library -> structure -> header-extensions.php file

    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    then replace with below code

    <meta name="viewport" content="width=1078" />

    Please make sure that above code will be removed if you update the theme.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.