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 #2546321
Language dropdown problem
Closed

Comments

  • tushita123 started the conversation

    Language dropdown is working fine on mobile....but when In Mobile dropdown is not working... Please Help...


    Dropdown is located in topbar

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to showing dropdown on mobile:

    @media only screen and (max-width: 960px){
    .penci-top-bar.topbar-menu{ padding-bottom: 10px; }
    ul.penci-topbar-menu li:hover > ul.sub-menu, 
    div.penci-topbar-menu > ul li:hover > ul.sub-menu {
        display: block;
        text-align: left;
    }
    ul.penci-topbar-menu li > ul.sub-menu, 
    div.penci-topbar-menu > ul li > ul.sub-menu{
        text-align: left;
    }
    }
    


    Best Regards,

    PenciDesign