Reply To: How to fix in place the left Nav. bar?

Homepage Community Forums Classik Theme Support How to fix in place the left Nav. bar? Reply To: How to fix in place the left Nav. bar?

#2380
Wes
Moderator

    Yes this can be done.  Take a look in your css file for “head-wrap” and add position: fixed; …..You’ll need to adjust the width after you do this, and you’ll also need to add float: right; to – #inner in your css since the entire #inner section will move to the left.