Stationary rows on sroll

More
11 years 3 months ago #37765 by somedudefred
Hello. I would like for the headerrow, logorow and topmenurow to remain at the top of the page when scrolling at all resolutions.

How can I accomplish this with the News Portal template?

Thank you.

Please Log in to join the conversation.

More
11 years 3 months ago - 11 years 3 months ago #37776 by ivan.milic
Replied by ivan.milic on topic Stationary rows on sroll
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: ...
}
Last edit: 11 years 3 months ago by ivan.milic.
The following user(s) said Thank You: somedudefred

Please Log in to join the conversation.

Time to create page: 0.145 seconds
Powered by Kunena Forum