Okay
  Public Ticket #350840
Header problem with qTranslate-x plugin
Closed

Comments

  • pedro started the conversation

    Hello,

    I'm using the qTranslate-x plugin for my translations. It offers a language switcher that I integrate into the main menu. On my local WP setup everything works but on my online installation the language switcher of qTranslate-x enlarges the header when the window is resized.

    This question concerns more the qTranslate-x plugin but if someone could have an idea to fix the problem it would be great.

    Thanks for your help

  •  9,016
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    header#top nav > ul > li a img {
        margin-bottom: 0px !important;
    }
    header#top .sf-menu li ul li.qtranxs-lang-menu-item a:hover {
        color: #fff !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • pedro replied

    Thank you Tahir.
    It works perfectly !

  • Polypack replied

    Good morning, how do we do this for a menu in a widget into the footer? Thanks for your help.

  •  9,016
    Tahir replied

    @polypack

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team