Problem with the new height of header/menu
September 2015 Joomla Template
- GK User
- Tue Feb 16, 2016 10:35 am
Hi
i've modofied the height of the header from 60 to 90 pixel but now when i scroll the page at the top i see a part of the header
Can you tell me where can i modifiy the code? i need to hidden the menu when i scroll down like in the demo site
Yoiu can see the problem on http://farmapiana.dot360.it
i've modofied the height of the header from 60 to 90 pixel but now when i scroll the page at the top i see a part of the header
Can you tell me where can i modifiy the code? i need to hidden the menu when i scroll down like in the demo site
Yoiu can see the problem on http://farmapiana.dot360.it
-
- Junior Boarder
- GK User
- Tue Feb 16, 2016 10:40 am
Hi
sorry i have found the solution
I've modified the file gk.menu.js under ../templates/gk_technews/js
Luca
sorry i have found the solution
I've modified the file gk.menu.js under ../templates/gk_technews/js
Luca
-
- Junior Boarder
- teitbite
- Sat Feb 20, 2016 10:39 am
Hi
Can You please tell us what modification was it exactly ? In case someone else will be looking for it.
Can You please tell us what modification was it exactly ? In case someone else will be looking for it.
-
- Moderator
- GK User
- Sat Feb 20, 2016 12:37 pm
Hi
i've modified the default height in override.css file and i've set to 90px
Then I've modified the file gk.menu.js under ../templates/gk_technews/js at the row 149; here i've modified the value from 62 to 92
page_nav.css('top', (current - local_diff >= -92 ? current - local_diff : -92) + "px");
i've modified the default height in override.css file and i've set to 90px
Then I've modified the file gk.menu.js under ../templates/gk_technews/js at the row 149; here i've modified the value from 62 to 92
page_nav.css('top', (current - local_diff >= -92 ? current - local_diff : -92) + "px");
-
- Junior Boarder
4 posts
• Page 1 of 1