Alignment of the menu bar

Hi, 

I've added a translate-plugin and a search bar to my website and I want it all to be aligned with the main menu but I don't know how to do that.
The height of the flags is higher than the main menu and the search bar is too far to the right. I want it to be aligned to the right, same as the header-image. Can someone please help me?

The website is: https://www.papiersnijmachines.nl/ 

Thanks in advance for your reply!

Best regards, 

Judith

Comments

  • Hi,
    You're using the gTranslate plugin which is not supported.
    We support only the "WPML" plugin.

    But, I managed to fix it with Custom CSS.
    Please paste this code into the Theme Options > Custom CSS & JS > CSS
    @media(min-width:1240px){

    li.menu-item-gtranslate{
    margin-top:-10px !important;
    }

    }
    Thanks
  • Thanks for the code! Flags are aligned perfectly now!
    But the Search bar is still too far to the right. Is is possible to get it in line with the header image?
  • It can be changed with CSS but I suggest not to do it - it could make problems with responsiveness.
    It's inside the "Top Bar Right" and script is aligning it to right from beginning.
    Thanks


Sign In or Register to comment.