Posts by Ivan Guimaraes • 1 point
1 post
-
0
votes4
answers2044
viewsA: I have a fixed menu, how to do anchoring (#internal links) get below the menu?
If the element . menu-bar and . menu_component are in the class "fix" just subtract their size (which you said is 101px). $('html,body').animate({ 'scrollTop': (scrollToPosition - (101 + 33)) },…