Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3373753
Zoom in and out on mobile
Closed

Comments

  •  11
    LillaGreen started the conversation

    Hi, how can i stop the zoom in and zoom out view on mobile? now when I'm scrolling and accidentally try to move the screen - it moves.. zooms out, or in. I want on mobile to be static view (I cannot explain exactly, sorry about that). Thank you

  •  2,280
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Logo & Header → General → 

    Add Custom Code Inside <head> tag: add the following content:

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    

    Regards,
    PenciDesign.


  •  11
    LillaGreen replied

    Thank you!