header fixed?


Author Message
jrgweb

Posted: 4/30/2014
Quote message 

@mari crete - This is basic web design/development with css.

fixed header code
.art-header {
position: fixed;
}

fixed nav code
.art-nav {
position: fixed;
}

Other elements may need ajustment depending on your template.
For example, if you nav menu is outside of the header then you will need aditional code for the nav menu but if it's inside the header then you most likely won't.

Do a search in the forums as there are tons of examples and instructions from other artisteer users and myself.
Above I provided a download so that the community can view the code used.