Sticky menu and/or header?

Hi all,

Any ideas on how to make the menu and/or header sticky? (like the JM Crafts)

Thanks in advance.

1 answer

Profile photo of Saguaros 0.00 $tone July 23, 2014
Public

Hi

You can try with my workaround as below:
-- Go to file: \skin\frontend\default\jm_sporty\css\style.css
-- Add this css rule:

Code:

#ja-header {
	position: fixed !important;
	width: 100%;
}
#1

Please login or Register to Submit Answer

Written By

Comments