-
AuthorPosts
-
November 28, 2014 at 8:59 pm #359879
Thanks for responding to my previous inquiry.
I’ve copied the coding sent over and added to the quick CSS of site as indicated:Please add following code to Quick CSS as well
@media only screen and (max-width: 1200px) {
.fallback_menu.av-main-nav-wrap { position: relative; right: -120px; }}I’m still unable to expand the copy or any of the pages from the site from a mobile device. Is there a setting I’m missing to allow this functionality?
November 30, 2014 at 2:00 am #360172Hey kristyengels!
When you say “expand the copy” are you trying to make it so you can zoom in on a mobile device? If that’s not it then take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottNovember 30, 2014 at 7:53 pm #360367Thanks Elliott. Yes, I want to enable zooming in from a mobile device.
December 1, 2014 at 3:41 am #360551Hey!
You can only enable the zoom function on mobile device when you disable the responsive layout of the theme. Please go to Enfold > General Layout > Dimensions panel. Disable the Responsive Site setting.
Cheers!
IsmaelDecember 10, 2014 at 5:51 pm #366125This reply has been marked as private.December 10, 2014 at 10:51 pm #366300Hi!
I only test this on my Nexus 7 but you can try changing line 35 in /enfold/header.php from this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';To this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';I think that should let you zoom in and out by pinching the screen.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
-
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
