Skip to content
Public Ticket #868

Top bar Sub Menu

Conversation thread

chatingtou replied

Customer Reply

Hi,

Hope this feature will be added soon.

Thanks

PenciDesign replied

Staff Reply

Hi,

Sorry, there is no option to do that.

We will consider to add more this feature in the future updates.

Best Regards,

PenciDesign

chatingtou replied

Customer Reply

Hi 

Thanks, It works for me.

Can I also make it to responsive toggle menu in mobile as main menu?

Regards.

PenciDesign replied

Staff Reply

Hi,

You can add more this code to Customize > Custom CSS to do that:

\
@media only screen and (max-width: 960px){
ul.penci-topbar-menu li:hover > ul.sub-menu, div.penci-topbar-menu > ul li:hover>ul.sub-menu {
    display: block;
}
}\ @media only screen and (max-width: 768px){
ul.penci-topbar-menu li:hover > ul.sub-menu, div.penci-topbar-menu > ul li:hover>ul.sub-menu {
    display: none;
}
}

Best Regards,

PenciDesign

chatingtou started the conversation

Conversation Start

Hi,

\

Just bought your theme and it is very great.

I found that the sub menu of top bar will be disabled at max-width: 960px, how can I enable it? Or, change to disable it at max-width: 768px.

\

Thanks

\

Want to join this conversation or access attachments? Sign in first.