How to make the theme unresponsive

Homepage Community Forums Epik Theme Support How to make the theme unresponsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4598
    tkyorahat
    Customer

      Hi Wes,

      Is there anyway to make the epik theme unresponsive? So that I can view it full screen on my mobile devices

      http://www.custothemes.com

      #4606
      Wes
      Moderator

        You could either comment out or remove the responsive code at the bottom of your css file, or comment out or remove this code from your functions.php file –

        // Add Viewport meta tag for mobile browsers
        add_action( 'genesis_meta', 'epik_viewport_meta_tag' );
        function epik_viewport_meta_tag() {
        	echo '<meta name="viewport" content="width=device-width, initial-scale=1.0"/>';
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.