Inline Navigation Dropdown Direction

I’m trying to change the direction of the inline navigation dropdown menu in the Footer Builder. I wan’t the menu to appear above the Top Links, rather than below them. Is there an option for this in the Header/Footer builder?

Thanks,

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer Forum (no official support provided here).

Design & Development, Marketing & Media, and Hosting & Optimization are for discussion with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hi,

To achieve that, you can try adding this in PRO > Launch > Theme Options > CSS

.x-colophon .x-menu [data-x-stem*="d"] {
    top: auto !important;
    bottom: 50px !important;
}

Hope that helps.