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 #2024784
Topbar Menu on mobile
Closed

Comments

  • waelmoussa started the conversation

    Hello,


    The topbar menu it's not showing the sub-menus



  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to make it appears on mobile:

    @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;
    }
    }
    

    Best Regards,

    PenciDesign

  • waelmoussa replied

    Thanks, it's work now