• Resolved alfastallion

    (@alfastallion)


    Hello guys,

    My MENU SUB-tabs) are not clickable when scrolling through the main menu by MOBILE phone theme.

    I have the Masonic theme, and I’m having issues when using the mobile phone and scrolling through the main menu, which the menu does not allow to click on the SUB-TABS rows, but only the MAIN-TABS on the menu.

    Is there a CSS code so I can add on the CUSTOMIZE CSS code?! Please, let me know because its frustrating when you want to click on the SUB-Tabs row and can’t through the MOBILE phone theme.

    Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter alfastallion

    (@alfastallion)

    Can anyone help me? My submenu is not clickable when using the mobile device.

    Is there a CCS code that I can use? Please help

    Regards

    Hi @alfastallion,

    Please provide your site URL. So, that I can see the issue first hand and provide you an appropriate solution.

    Thanks,
    Ashesh

    Thread Starter alfastallion

    (@alfastallion)

    Hi @asheshmagar,

    The website is https://alfastallion.com

    You need to on it by mobile device, where you will noticed when you scroll through the Main Menu, the submenu tabs are not able to click on it nor does it show when scrolling on its Menu.

    Thank for your help!

    Cheers

    @alfastallion,

    Thanks for pointing out the issue. We will fix the issue as soon as possible. Please tune in to get more updates and information about our theme.

    Thread Starter alfastallion

    (@alfastallion)

    Sure @asheshmagar !

    Is there a CSS code that I can use and fix this issue ASAP? Thanks

    Cheers

    @alfastallion,

    Please add the following CSS to additional CSS box and test:

    @media screen and (max-width: 800px) {
    	 nav ul li > ul {
    		 display: none;
    	}
    	 nav ul li:hover > ul {
    		 all: unset;
    		 width: 100%;
    		 display: block;
    	}
    }
    Thread Starter alfastallion

    (@alfastallion)

    @asheshmagar

    Wow! It worked perfectly! Thank you so much!

    My last question: How many tabs can I have in the MAIN MENU?

    The reason I ask this is because I had an older theme and when I reached a certain limit of tabs on the MENU, it would delete the newer tabs on the menu.

    Thank you so much,
    I appreciate!

    @alfastallion,

    There is no limitation for the links/tabs in the main menu. I hope this will resolve your queries. If you liked our theme and enjoying the support we would be thrilled if you drop a review. Your review would be an enormous help. And if you ever have a query please let us know.

    • This reply was modified 3 years, 10 months ago by Ashesh Magar.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘My MENU SUB-tabs) are not clickable when scrolling through the main menu’ is closed to new replies.