• I installed wordpress here, everything is good except the footer sub-menus open downward instead of upward, how can I make them open upward? Thank you for any help in advance.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    I would like to suggest you not to use any dropdown footer menu. Use depth inside wp_nav_menu set it to 1 to show only single level only for footer.

    Thanks
    Tristup

    Thread Starter sucros

    (@sucros)

    Thank you. Unfortunately that isn’t my choice, I’ve been assigned the task of figuring it out, I do not have the option of eliminating it. There is no other menu, this is their choice, it has to do with “conversions” which is not a debate for me.

    So I just need to get it opening up instead of down.

    • This reply was modified 5 years, 2 months ago by sucros.
    • This reply was modified 5 years, 2 months ago by sucros.

    I wouldn’t use dropdowns there. But, since you must. This should fix your Alignment Video‘s submenu. If it does, then do something similar for your Youngevity submenu.

    
    .sub-menu.menu-item-68-ul {
        top: -600px !important;
    }
    
    
    Thread Starter sucros

    (@sucros)

    I agree with you personally. That code didn’t work but I appreciate your help here regardless.

    Thanks for the feedback. Hmmmm, the code should work. It works in my Firefox & Chrome dev tools.

    Here’s a screen capture.

    View post on imgur.com

    Thread Starter sucros

    (@sucros)

    Good news, convinced them to get rid of that menu based upon what you guys said. So better result anyhow. I cannot thank you enough for taking the time to assist me here. Very much appreciated. Cheers. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer Sub-Menus go down instead of up. How to make them open upward?’ is closed to new replies.