Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1327037

    Hi,

    I would like to know if there is a way to make a long drop-down menu visible on small screens. Currently the menu on my website is quite long and it is not possible to scroll and see the items below. Is there any way to implement a sliding menu or any other solution?

    I’ll leave the URL of my website in private so you can see what I mean.

    Thanks in advance.

    #1327154

    Hey keep12,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .menu-item-has-children ul{
       max-height:450px;
       overflow:auto;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1327778

    Hi,

    We have applied the code but it does not work correctly. Inside the menu we have another small dropdown hanging from one of the options and this one does not work properly with the changes applied.
    I have attached some screenshots to show you what I mean.

    Best regards

    #1327794

    Hi,
    Thanks for the feedback, please remove the above code so we can test further and try again.

    Best regards,
    Mike

    #1327836

    Hi,
    Thanks, we have already removed the code.

    #1327940

    Hi,
    Thanks, this is a tricky situation, perhaps your best option would be to use a mega menu instead, have you considered this?

    Best regards,
    Mike

    #1335318

    Hi, i create a new Website just to test the Mega menu before. Now the problem is I can not make the ideal design. The design of the mega menu does not come out as I would like. Ideally, it should look like the demo at https://kriesi.at/themes/enfold/ when you click through the shortcodes page. Can you please tell me how I have to make my mega menu be the same?

    Thanks a lot

    #1335374

    Hello, please any idea?

    #1335394

    Hi,
    Thanks for the links to the examples, to create 4 columns in the mega menu like our demo, please folow the steps in our documentation for: Create submenu rows and columns and use the dash (-) to create columns without headings:
    2022-01-13_001.jpg
    here is how the mega menu looks with the 4 columns:
    2022-01-13_002.jpg

    Best regards,
    Mike

    #1335483

    hello, perfect. Now looks good.

    Thanks a lot.

    • This reply was modified 2 years, 4 months ago by keep12.
    #1335494

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Long menu that is not visible on small screens’ is closed to new replies.