Consula Theme - How to make mobile nav links open external page?

Hi,

I am currently using the Consula theme and cannot get the mobile nav links to open external pages. When in desktop view, the links work fine, it’s just mobile view that doesnt work

I have tried using the following examples where the #anchor would normally be:

href="/newpage.html">New Page<

href=“http://www.mywebsite.co.uk/newpage.html”>New Page<

the result of using the above in mobile view just scrolls me back to the top of the index homepage.

Please can you explain how to add linkable external pages.

Thanks

Apologies, the examples I have tried were:

<div class="col-12 col-md-10 d-none d-xl-block">
      <nav class="site-navigation position-relative text-right" role="navigation">
           <ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
                <li><a href="https://www.mywebsite.co.uk/new-page.html" class="nav-link">New Page</a></li>
                <li><a href="/new-page.html" class="nav-link">New Page</a></li>
                <li><a href="new-page.html" class="nav-link">New Page</a></li>
                <li><a href="#product-section" class="nav-link">An existing anchor</a></li>
           </ul>

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

In order to check your question i need to see your live website, please provide url and i will take a look