Plugin Author
malihu
(@malihu)
Can’t tell… could you send a link?
Hi Malihu,
There you go – http://www.wisifydesign.com
It is a single page layout, so when you press a section (About) it doesnt line with the section box.
Hope you can help, thanks 🙂
Plugin Author
malihu
(@malihu)
You mean it’s not scrolling to the correct position when you decrease the width of browser window to less than 760 pixels, right?
The offset does work as it should.
You’ve set it to 50 pixels which works great for the height of your header when viewport is greater than 760 pixels but it doesn’t work well under 760 pixels because your header height becomes longer.
50 pixels is a fixed value. You probably need to offset by your header element. You can try setting the offset value to your header selector, e.g. #main-header
Oh ok thanks Malihu. Ill give it a shot now and let you know.
Im not great with coding so ill have to look for #main-header.
Plugin Author
malihu
(@malihu)
Just set #main-header in the ‘Offset’ field in plugin settings page (Settings->Page scroll to id).