I have found a glitch in the mobile view of the website .. i have uploaded a screen-recording of my phone to show the issue very clearly:
here: https://www.eventyard.org/RecordIt-1719603600.MP4
I have asked on of my guys and he sent me this:
For some reasons, the theme is forcing to scroll up the page whenever an anchor tag is being clicked. In this case, we would like to suggest to directly contact the theme support so they can review and advise possible workaround.
The responsible script can be found in enfold/js/avia.js file under avia_ajax_call
if( $.fn.avia_smoothscroll )
{
$(‘a[href*=”#”]’, container).avia_smoothscroll(container);
}
Hope this information helps.