Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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?

    #1329702

    Hey soltner,

    Please try the following in Quick CSS under Enfold->General Styling:

    #avia2-menu {
        position: absolute;
        top: 58px;
        right: 100px;
    }

    Best regards,
    Rikard

    #1329714

    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

    #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 …

    #1330090

    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?

    #1330232

    Hi,

    Thank you for the update.

    Glad to know that you managed to find a working solution. To adjust the header style, edit the page and look for the Layout > Header visibility and transparency settings. There should be a transparent header option in the dropdown.

    Best regards,
    Ismael

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