- This topic has 1 reply, 2 voices, and was last updated 10 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › How to make the theme unresponsive
Hi Wes,
Is there anyway to make the epik theme unresponsive? So that I can view it full screen on my mobile devices
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"/>';
}