LOG OUT fonction is no more working on mobile view

Home Forums Porto – Responsive HTML5 Template LOG OUT fonction is no more working on mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10004365
    david
    Participant

    In the mobile view, we can no more click on the user name to log out! http://preview.oklerthemes.com/porto/3.3.2/index-header-logged.html
    I have the problem on my production site, can you tell me how to fix it?


    #10004370
    Support
    Keymaster

    Hello, thank you for the information, I’ll fix that in the next version, you can add the fix in the css/custom.css file:

    @media (max-width: 991px) {
    	#header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu {
    		display: block !important;
    	}
    }

    Let me know if you have any questions.

    Thanks.


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

This topic is marked as "RESOLVED" and can not rceive new replies.