Disable responsive

Home Forums All Other Themes Disable responsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #186116
    Gregorio VaquezGregorio Vaquez
    Participant
    • Topics: 3
    • Replies: 0
    • Total: 3
    Member since: November 6, 2021

    How can we disable Mobile and Tablet responsivness ?

    (theme: Organic)

    #186127
    Forum ModeratorForum Moderator
    Moderator
    • Topics: 0
    • Replies: 29660
    • Total: 29660
    Member since: August 16, 2013

    Hi,

    How to disable responsiveness of a website easily.

    Kindly go to header.php and follow these instruction 👇

    1. Please find the below code in your HTML especially in <head> section <meta name="viewport" content="width=device-width, initial-scale=1">
    2. Comment the line with <!-- --> comment tag or remove the line completely.
    3. That’s it. Save your file and Check it on any devices.

    If do you want to comment the line? 👇 how to comment line?

    See example:
    <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>-->

    Regards,
    Dave

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