This topic contains 16 replies, has 3 voices, and was last updated by 7Theme Support 9 years, 3 months ago.
The forum ‘Theme support’ is closed to new topics and replies.
Home › Forums › Theme support › Prestige theme
Tagged: prestige theme teams
This topic contains 16 replies, has 3 voices, and was last updated by 7Theme Support 9 years, 3 months ago.
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
The forum ‘Theme support’ is closed to new topics and replies.