Creating sub pages / drop down menu

Hi,

I’ve, unsuccessfully, tried searching for a solution for this issue:

I need a drop down feature for the “Produkter” field in the menu. So that a drop down list with our product categories (sub pages?) will show when mouseovering the button. How do I fix this? Can’t seem to find an easy solution in cornerstone or CMS

Thank you very much.

Hi Amanda,

Thanks for reach out.

You’ll have to create the menu and sub-menu for that item in Admin > Appearance > Menus. And it’s not related to the theme or cornerstone, it’s Wordpress feature. Please check this for more information https://codex.wordpress.org/WordPress_Menu_User_Guide

And you’ll have to add your product category items as sub-menu items. https://docs.woocommerce.com/document/docs-menus/adding-product-categories-to-menus/

Thanks!

Hi! Thnak you. I wasn’t aware of this - I thought it had to do with the heading settings or so.

But it worked just fine. Only issue now is, that the drop down is appearing in a rather unflattering way. I would like to have the drop down more associated wit the acutal menu. As in directly dropping down from the “Produkter”-button. How can I approach this (that must be a cornerstone-thing right?)? I can’t make the logo smaller - then it’ll be unreadable.

Kind regards

Hi Amanda,

It default to the height of your navbar which is taller due to the logo, but if you wish to force and change the sub-menu position, then please add this CSS to Theme Options > CSS

.x-navbar .desktop .x-nav > li ul {
    top: 80px;
}

The header is not cornerstone related, and you can change the logo width in Theme Options > Header > LOGO – IMAGE

Hope this helps.

Hi

That was exactly what I needed! Thank you very much!

You’re welcome. Glad we’re able to help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.