Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238047

    Hi,

    I use the drop-down menu on top of the pages. It works just fine, but I have a lot of items under “Portfolio”. This makes the drop-down menu too long at some screens. So the lowest items are not visible anymore.

    I want to fix it. The best way to do it, is to make columns in the drop-down menu, I think. Can someone tell me how to do this?
    Or is it a better solution to make a scroll bar in the drop-down menu? And if so, how can I do this?

    Hope someone will help me, thanks in advance!

    Ellen
    http://www.kattenfotografie.com

    #238110
    Skandha
    Participant

    @kattenfotografie-com: Hello Ellen,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .parallax-frame-nav-menu .sub-menu {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 500px;
    }

    You can change the height of the sub menu according to your choice.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238170

    Hello Skanda,

    It works great, thank you so much for your help!!

    Kind Regards,

    Ellen

    #238171
    Skandha
    Participant

    @kattenfotografie-com: Hello Ellen, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to create columns in my drop-down menu?’ is closed to new replies.