Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1025177

    Hello,
    I am using only the language switcher flag that is provided with enfold theme (tech support at wpml told me this flag is from your theme and not from their app). But, as you can see in the screenshot (please see the link), the language switcher is not displaying correctly at the website. Could you please help?

    #1025614

    Hey missionmobile,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1026496
    #1026803

    Hi missionmobile,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    @media only screen and (max-width: 479px) {
      .responsive #top .logo { 
          width: 63%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.