Home Forums Theme support Theme Cortina not responsive on mobile devices

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 9 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hello,

    as the title says, the theme Cortina is not responsive at all. Funny thing, if you shrink a pc browser, mobile options work fine, but on mobile devices the site just shrinks in its original design (and becomes unusable). Tested with iPhone, iPad, Android Smartphone.

    My site: http://www.hotelengbert.de

    Note: The Live Demo is not responsive, too. WTF?!?

    Hi,

    we’ve fixed this issue this weekend. There was a problem with the most recent WordPress update, but no it’s working without any problem.

    If you want, you can open the file “functions.php” in the theme folder and add this code, this will solve the problem and you don’t have to update the theme.

    function x_cortina_handle_viewport_error()
    	{
    	echo '<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />';
    	}
    add_action("wp_head","x_cortina_handle_viewport_error");
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.