Adding in header didn't work but I looked in my style.css and found this code:
/* Mobile */
@media only screen and (max-device-width: 480px) {
.entry-content {font-size:1em;}
.scrolltop {display:none;}
}
so I replaced with
/* Mobile */
@media only screen and (max-device-width: 640px) {
.entry ...
Search found 8 matches
- Wed Aug 29, 2012 8:31 pm
- Forum: WPSubscribers
- Topic: Disable plugin for mobile users
- Replies: 14
- Views: 20446
- Wed Aug 29, 2012 8:09 pm
- Forum: WPSubscribers
- Topic: Disable plugin for mobile users
- Replies: 14
- Views: 20446
- Wed Aug 29, 2012 7:39 pm
- Forum: WPSubscribers
- Topic: Disable plugin for mobile users
- Replies: 14
- Views: 20446
- Wed Aug 29, 2012 7:19 pm
- Forum: WPSubscribers
- Topic: Disable plugin for mobile users
- Replies: 14
- Views: 20446
- Wed Aug 29, 2012 7:05 pm
- Forum: WPSubscribers
- Topic: Disable plugin for mobile users
- Replies: 14
- Views: 20446
- Wed Aug 29, 2012 6:38 pm
- Forum: WPSubscribers
- Topic: Disable plugin for mobile users
- Replies: 14
- Views: 20446
- Wed Aug 29, 2012 6:24 pm
- Forum: WPSubscribers
- Topic: Disable plugin for mobile users
- Replies: 14
- Views: 20446
Hi Jean thanks for the quick response. Right now I am still in testing mode and only have it active for administrators - I logged in on my iPhone as admin to test, I noticed the Footer opt in does not appear but the post opt in form does. Would you like me to reply with URL when I push plugin live ...
- Wed Aug 29, 2012 6:13 pm
- Forum: WPSubscribers
- Topic: Disable plugin for mobile users
- Replies: 14
- Views: 20446
Disable plugin for mobile users
Hello, I am having issues with post opt in form rendering correctly on mobile devices. The opt in box ends up lowering itself into the comments section. Is there a way I can disable all features of this plugin for mobile visitors?