mobile menu issue

Home Forums Porto – Responsive HTML5 Template mobile menu issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045679
    shafi
    Participant

    Hi,

    https://www.okler.net/previews/porto/12.1.0/demo-accounting-1.html

    I used the demo website mentioned above. In that website, there’s a “Get Free Quote” button in the header section. However, this button is not visible in the mobile version.

    Please check and ensure that this button is also displayed on mobile devices.

    Thanks & Regards.


    #10045680
    Support
    Keymaster

    Hi, you can add an item in your menu with the class d-lg-none and that item will appear on mobile only:

    <li>
    	<a class="d-lg-none nav-link" href="demo-accounting-1-contact.html">
    		Get Free Quote
    	</a>
    </li>

Viewing 2 posts - 1 through 2 (of 2 total)