Hi!
I had fixed the menu whit the follow code in custom.css. But there is a problem of view.
Can you help me, please?
Thanks!
/* FISSO IL MENU AL TOP */
/* di seguito il codice per farlo */
.t3-header-wrap {
position: fixed;
left: 0;
z-index: 999;
width: 100%;
margin-top: 44px
}
/* il menu a sinistra viene coperto dal menu fissato così lo porto più in basso portando il top: 30px; a top: 65px;*/
.t3-menu-sidebar ul.nav {
font-family: "Heebo",Helvetica,Arial,sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 11px;
margin-top: 85px;
width: 160px;
}
/* ho portato giù le immagini */
.home .t3-sl-1 {
padding: 0;
background: #f8f8f8;
color: #333333;
border-bottom: 1px solid #e7e7e7;
position: fixed;
left: 0;
z-index: 999;
width: 100%;
}
.t3-mast div.ja-masthead .ja-masthead-detail {
margin-top:150px;
}