1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 29 February 2016
  5.  Subscribe via email
I am trying to locate the location for the code <div id>="container_hornnav" class="J51 container" Style="position: fixed; top 122px> for the Lifestyles Template.

I have increased the top header and logo to 200 px height and I need to change the sticky menu from 122px to 200px.

You can view the website at the URL http://aldersgatecenter.org .

I want the sticky menu to stop at the bottom edge of the expanded header.

Your assistance will be very much appreciated!!

James
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

To amend change the following in your templates scripts.php (../templates/j51_lifestyle/php/scripts.php - line 13)....


jQuery("#container_hornav").sticky({ topSpacing: 122 }); 


To...


jQuery("#container_hornav").sticky({ topSpacing: 202 }); 


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you! Worked perfectly!!.

James
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!