Home Forums WoodMart support forum When is search products my website zoom on mobile theme

When is search products my website zoom on mobile theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #301231

    astromantra
    Participant

    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.
    #301259

    Artem Temos
    Keymaster

    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

    #301332

    astromantra
    Participant

    Thanks!

    The code working properly

    #301369

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘When is search products my website zoom on mobile theme’ is closed to new replies.