WebSite X5Help Center

 
5t3llino ..
5t3llino ..
User

Intestazione responsive  it

Author: 5t3llino ..
Visited 1658, Followers 3, Shared 0  

salve, esiste un modo per mantenere nel modello responsive la stessa intestazione creata x il modello desktop, in modo da non rifarla?

grazie

Posted on the
6 ANSWERS - 1 CORRECT
5t3llino ..
5t3llino ..
User
Author

potreste indicarmi quali codici utilizzare ? grazie.

Read more
Posted on the from 5t3llino ..
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... apri il sorgente e studia quanto da lui fatto...

... dovresti vedere nel TAG STYLE...

.

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

<style>
#imHeader .search_form {
display:block;
}
</style>


<style>
#imHeader .imTemplateContent {
display:block;
}
</style>

<style>
#imMnMn .hamburger-bar {
background-color:red;
}
</style>

<style>
.hamburger-button {left:0px;}
</style>

<style>
@media screen and (max-width: 959px) {
.hamburger-button::after {
content:"MENU";
}
}
</style>

Read more
Posted on the from Giancarlo B.
5t3llino ..
5t3llino ..
User
Author

Grazie Giancarlo, ma utilizzando quel codice mi sparisce tutto.

Read more
Posted on the from 5t3llino ..
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... hai chiuso il Topic; ...se fai altre domande, per ottenere risposte lo devi riaprire...

.

Read more
Posted on the from  ‪ KolAsim ‪ ‪