Okay
  Public Ticket #210783
Icons and language disappear on mobile menu
Closed

Comments

  • Albert started the conversation

    Hi everybody, i'm having some issues with mobile header.

    It doesn't show my social icons and there is no chance to change languages.

    (See the attachments)

    Thank you for your great support and have a nice day! 

    :)

  •  8,470
    Tahir replied

    Hey Albert!

    Could you provide your page url so we can try some css hacks. Though i believe they have been left out intentionally. 

    Thanks


    ThemeNectar Support Team 

  • Albert replied

    http://www.olivellabb.it

    thank you for the fast answer

  •  8,470
    Tahir replied

    Hey Albert!

    I am afraid it cant be made to show in the main menu. You will likely have to create a secondary header and add the language as well as social links in there as the secondary header does not collapse on mobile. 

    Thanks


    ThemeNectar Support Team 

  • Albert replied

    Thank you Tahir for the aswer.

    I was wondering if there's any chance to hide the secondary menu only in desktop view.

    Cheers :)

  •  8,470
    Tahir replied

    Yes you can do it via a media query.  See FAQ http://themenectar.ticksy.com/faq/2068 you would have to do the opposite that .

    All the Best,

    -T


    ThemeNectar Support Team 

  • Albert replied

    Sorry Tahir but i'm not into CSS coding, can you tell me what i should change?

    Thank you and i promise this is the last one :)

  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel:

    @media only screen and (min-width : 1px) and (max-width : 1000px) {#header-secondary-outer {display:none;}}
    
    @media only screen and (max-width: 470px) {{#header-secondary-outer {display:block;}}


    ThemeNectar Support Team 

  • Albert replied

    thank you for the great support