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 #2120442
How do I add top bar menu to mobile nav
Closed

Comments

  • Brumer started the conversation

    HiĀ 


    I need to add my navigational topbar menu to a mobile menu - visiblle to smartphone visitors. How do I do so?

    Another question - is it possible to make the topbar menu sticky (together with primary menu?


    Thanks

    Ildar

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please try 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;
    }
    }
    

    2/ Unfortunately, this theme doesn't support this feature..


    Best Regards,

    PenciDesign