Hello,
I would like to place the wpml language switcher to the left of the search icon (screenshot in private), can you please help me?
Hey soltner,
Please try the following in Quick CSS under Enfold->General Styling:
#avia2-menu {
position: absolute;
top: 58px;
right: 100px;
}
Best regards,
Rikard
Hey Rikard,
thanks for the quick response :-)
the position of the current language is now correct, but the alternative languages are not displayed correctly …
Best Regards,
Soltner
… maybe there is also a way to minimize the bar above the menu (header_meta) – tried to hide it, but then the language selection is also hidden …
Hey Rikard,
I have now found a solution myself, here is my CSS:
#header.header-scrolled #avia2-menu {
position: absolute;
top: 17px;
right: 100px;
}
.av_secondary_right .sub_menu {
float: right;
width: 203px;
}
and here the CSS to minimize the bar above the menu (header_meta):
#header_meta, .html_header_transparency #header_meta {
max-height: 10px!important; min-height: 9px!important; border-bottom: 0px solid!important;
}
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 98px!important;
}
Now all I have left is one desired change, for which I can’t find a solution – the home should have a transparent header, but this is shown in red … can you please help me here?