Showing 1 – 1 of 1 replies
felipefermin

Is there a way to make the header nav […]

felipefermin
8 years ago
Hi! Is there a way to make the header / nav bar 'sticky'? I wish to have the possibility to keep it at the top even if the page have been scrolled down.

Is this also possible with the toolbox / sidebar menu ?
tomaj
tomaj SELLER
8 years ago
Hi

you have to add css to #header div: "position: fixed; width: 100%;" fir sticky header

and for toolbox/sidebar you have to add to ".pageWrap" this css properties "padding-top: 60px"

Regards