Fixed header from 200-300px scroll up

Steak House, food and drink theme, is now available on support forum.
GK User
Tue Dec 15, 2015 7:25 pm
Hi.
I try to find how fixed header is defined. I want to set up to show up not from 1 section but after scrool down around 200-300px on front screen. Do you give me any advice how to set up it ?

Thank you a lot for any help.

Dariusz
User avatar
Fresh Boarder

GK User
Wed Dec 16, 2015 10:52 pm
Hi,

The script takes the header height, so if you want to change it, please edit Steakhouse/js/functions.js file and replace each fragment:
Code: Select all
$('#gk-header').outerHeight()

into i.e.
Code: Select all
300

in the last part of functions.js file (from line 629)
User avatar
Moderator

GK User
Thu Dec 17, 2015 6:16 pm
Ok - thanks for help. That working well for me.
User avatar
Fresh Boarder


cron