Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
i would like to have the top navigation fixed. Where can I set this in the css. Unfortunately I cannot manage to find the appropriate position.
regards
You can do it in tmpl.default.css file in the following class:
#header-row {
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
Regards, AS Team.