Hi,
I' d like to have main menu always visible during the scroling...or even this solution when you starting to scrol up like on your forum.
But there isn't any option like fixed menu....or something like that...Is it possible?
Tomasz
#gkBg {
padding: 62px 0 0;
}
#gkTop {
position: fixed;
top: 0;
z-index: 9999;
left: 0;
}
.gkPage {
max-width: 100% !important;
overflow-x: hidden;
}
.itemView {
max-width: 1024px;
margin: 0 auto;
}
teitbite wrote:Hi
It depends from what element should be affected. For example all articles can be managed with a code like:
- Code: Select all
.itemView {
max-width: 1024px;
margin: 0 auto;
}
section article.item-page {
max-width: 1024px;
margin: 0 auto;
}
#gkPageContentWrap {
max-width: 1024px;
margin: 0 auto;
}