Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1376586
Top bar Sub Menu
Closed

Comments

  • chatingtou started the conversation

    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

  •  2,699
    PenciDesign replied

    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 replied

    Hi 

    Thanks, It works for me.

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

    Regards.

  •  2,699
    PenciDesign replied

    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

    Hi,

    Hope this feature will be added soon.

    Thanks