WebSite X5Help Center

 
Fabio R.
Fabio R.
User

Torna su menù hamburger  it

Author: Fabio R.
Visited 1224, Followers 2, Shared 0  

ciao

sto utilizzando questo bel codice messo a disposizione dal mitico Mirko ma avrei piacere di sapere se si può nascondere il tasto torna su nella sola modalità responsive.

grazie

Posted on the
5 ANSWERS - 2 USEFUL - 1 CORRECT
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

potresti provare con una mediaquery il 720px è da modificare a tuo piacimento il limite massimo di visualizzazione..... da testare naturalmente.

@media(max-width: 720px){
#toTop{display:none !important;}
}

Read more
Posted on the from Giancarlo B.
Fabio R.
Fabio R.
User
Author

grazie Giancarlo

in che sezione debbo inserirlo? 

Read more
Posted on the from Fabio R.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

tendenzialmente l'hamburger menù dovrebbe uscire a 999px quindi:

prima della chiusura del tag </head>

<style>
@media(max-width: 999px){
#toTop{display:none !important;}
}
</style>

Read more
Posted on the from Giancarlo B.
Giancarlo B.
Giancarlo B.
User
Best User of the month IT

... passo 4 seo impostazione avanzate espero (vado a memoria non ho il prog. sotto)

Read more
Posted on the from Giancarlo B.
Fabio R.
Fabio R.
User
Author

grazie mille

funziona perfettamente

Fabio

Read more
Posted on the from Fabio R.