I created a shortcode on Wordpress to display a button
the html output is
<a class="button" href="/about-page">About Page</a>
However when I put /#solutions in the href tag
<a class="feedzai-button" href="/#solutions">Explore Our Solutions</a>
it only works on desktop (it takes me down to the div with id="solutions"). On mobile, it doesn't take me down to the section, it seems to just refresh the page.
Any idea why this could be happening? Thanks in advance.