Home Forums Theme support Prestige theme

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

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • Hi, it’s Johncrooner again!
    I think my Prestige theme installation works very well now, on desktops, but it isn’t very responsive on mobiles (and isn’t considered responsive as far as Google concerns either). My customer is a little bit dissatisfied and are looking for other themes but I haven’t found anything that looks better, or work better, so if you could please take a look at http://affab.se on a phone and see if it looks as you have intended on mobiles. Otherwise I maybe have missed something when developing the site.
    Yours truly!
    /anders

    Hi,

    hm, not sure what went wrong, but there is a missing meta tag in the header. But it’s easy to solve, just add this code at the end of your functions.php file:

    function sl_p_handle_viewport_error()
    	{
    	echo '<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />';
    	}
    add_action("wp_head","sl_p_handle_viewport_error");

    This will solve the problem

Viewing 2 posts - 16 through 17 (of 17 total)

The forum ‘Theme support’ is closed to new topics and replies.