When is search products my website zoom on mobile theme
-
When products search select, my website zoom on mobile theme, please provide best solution whenever search any products, my search bar does not zoom the website.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for contacting our support center.
Try to add the following PHP code snippet to the child theme functions.php file to fix this
function woodmart_meta_viewport() {
?>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<?php
}
add_action( 'wp_head', 'woodmart_meta_viewport' );
Kind Regards
Thanks!
The code working properly
The topic ‘When is search products my website zoom on mobile theme’ is closed to new replies.