Hi – Thanks for the great theme and support as always! I’m trying to anchor link to content on the same page (just below the fold) so after doing some research I found that you can add a Row ID to create the link which is great. However I’m running in to a couple of issues:
1. The anchor link is pushing the page a little farther down instead of the top of the row
2. It is showing a blue box around the anchored content. This disappears on click but really shouldn’t show in the first place
3. It doesn’t smooth scroll so it jumps
Please let me know how to fix the above.
Hi, thanks for posting :)
1. If the row has padding, this might account for the additional space.
2. This is default browser behavior, it isn’t added by the theme. You can try removing the outline using Custom CSS https://stackoverflow.com/questions/39571618/removing-the-blue-borders-in-a-summary-element-using-css
3. Unwind doesn’t have smooth scrolling built in. You can try a plugin like https://wordpress.org/plugins/page-scroll-to-id/.