11 years 3 months ago - 11 years 3 months ago #37776
by ivan.milic
Use row classes form layout designer to style like this:
.headerrow,
.logorow,
.topmenurow{
position:fixed;
width:100%;
left:0;
}
.headerrow{
top: ...
}
.logorow{
top: ...
}
.topmenurow{
top: ...
}
Please Log in to join the conversation.