-
AuthorPosts
-
November 19, 2021 at 12:31 pm #1329662
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?November 19, 2021 at 3:11 pm #1329702Hey soltner,
Please try the following in Quick CSS under Enfold->General Styling:
#avia2-menu { position: absolute; top: 58px; right: 100px; }Best regards,
RikardNovember 19, 2021 at 4:44 pm #1329714Hey 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,
SoltnerNovember 19, 2021 at 4:49 pm #1329716… 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 …
November 23, 2021 at 11:02 am #1330090Hey 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?
November 24, 2021 at 4:50 am #1330232 -
AuthorPosts
- You must be logged in to reply to this topic.
