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?
Hey 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,
Elliott
Thanks Elliott. Yes, I want to enable zooming in from a mobile device.
Hey!
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!
Ismael
Hi!
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