Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54282
    Anonymous
    Inactive

    Followed previous instruction and removed the responsive element by deleting the following line from the header.php file of our child theme –

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

    However, the responsive element is back, even without updating the theme or making any other changes.

    #54302
    Sakin
    Keymaster

    @lisan955: After you remove that you browser will only show responsive element but when you check from mobile devices it shouldn’t who mobile version. It will show as there must be Responsive Style in your style.css. So, you can build child theme and don’t enqueue parent theme style.css and just copy the style.css in yoru child theme before this element

    /*--------------------------------------------------------------
    Responsive Style
    --------------------------------------------------------------*/

    So, everything after this should be deleted.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Responsive Element still active’ is closed to new replies.