turn off responsive functionality

Support Area Forums Elite turn off responsive functionality

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #15624
    Joseph Jaramillo
    Participant

    Is it possible to turn off the responsive functionality in the Elite theme? Thanks for your help!

    #15634
    Bill Robbins
    Moderator

    You can do that with a bit of editing. Here’s what to do:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose style.css
    3. Find this line:
      
      /* Responsive Section
      ----------------------------------------------- */
      

      and delete everything after that.

    4. Save your changes.
    5. Edit the header.php file and remove this line:
      
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      
    6. Save your changes.

    That should do it. Let me know if you have any trouble,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘turn off responsive functionality’ is closed to new replies.