- This topic has 3 replies, 2 voices, and was last updated 8 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Perfect Forum › Perfect on Mobile
I noticed that, when i open a my webpage on my iphone, I have to doubletap on it to correctly fit the screen. Is there a way to address this?
http://richardlphotography.co.uk
Thanks again
Hi,
Kindly go to header.php
find : <meta name="viewport" content="width=device-width, initial-scale=1.1"/>
And replace : <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
Regards,
Brad
Thanks guys. Works great as usual. One final thing, I’ve noticed that, on mobile, my background header is orange however, I’ve changed the colours to grey in Customize. Any ideas?
Thx
Hi,
Kindly go to Appearance>>Customize>>Basic>>Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) {
.home.has_trans_header .header.type4, .home.has_trans_header .header.type3, .home.has_trans_header .header.type2, .home.has_trans_header .header.type1 { background:#ccc !important;}
}
Regards,
Brad
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]