• Eu gostaria de desabilitar o modo responsivo do meu site e deixar aparecer no celular do mesmo modo que aparece no desktop

Viewing 1 replies (of 1 total)
  • HI @raphaelrickes

    Thank you for writing in,

    If your site is live then please use FTP or Cpanel then please access your site folder >> wp-content>> themes >> storevilla >> functions.php >> Line number 217 >> You will find the following code.

    wp_enqueue_style( 'storevilla-responsive', get_template_directory_uri() . '/assets/css/responsive.css');

    You can comment on this line of code or you can delete this line of code to disable the responsive site.

    Regards!!

Viewing 1 replies (of 1 total)
  • The topic ‘Desativar o modo responsivo’ is closed to new replies.