/*
Theme Name: wp-scuola
Theme URI: http://example.com/
Description: Tema Child per il tema wp-scuola
Author: Luigi Petruzziello
Author URI: https://apprenderenelcloud.it
Template: wp-scuola
Version: 0.1.0
*/
@media screen and (max-width: 480px) {
/* codice CSS per il dispositivo mobile, ma non funziona */
	.hidden
	{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	}
	<div class="hidden">Mappa</div>
	
	/* Describe what the code snippet does so you can remember later on */
add_action('wp_head', 'your_function_name');
function your_function_name(){
?>
PASTE HEADER CODE HERE
<?php
};