Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
I have solved! in the avia.js line 791:
if(container.length) { var usersviewportWidth = $(window).width(); if(usersviewportWidth > 767 ){ var myOffset = 150; } else { var myOffset = 0; } var cur_offset = the_win.scrollTop(), container_offset = container.offset().top, target = container_offset - fixedMainPadding + myOffset,
The myOffet variable must set with specific pixel height, in most case 150px.
Hello Mike,
i have tried your code but it not work, the scrolling still remain distant from the element.
The problem is in avia.js.- This reply was modified 7 years, 6 months ago by limentani.
Hello i have removed the logo with this css code:
.av-logo-container {display: none;}
But when Header menu link is pressed es: `Sez1“, the scrolling of the page not point in the correct position, because the real Height for the section remain the same.
You can riproduce the same behvoir whit this steps;- Select header with logo on top and menu bottom
- create an homepage
- add “color section element” in home page with id=sez1
- in menu create link Sez1
- hide logo with the css code
- click the link in homepage
Now the problem is showed!!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)