Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #310609

    I’m using Multisite language switcher widget and i would like to add the translations flags or words to the main menu or a secondary menu (i tried this method https://kriesi.at/support/topic/insert-search-button-and-widget-area-in-the-secondary-menu-bar/#post-304697 which works but the secondary menu becomes way too large, i would like to have it as small as possible.)

    Please note that I am beginner and Im not able to customised CSS.

    Thank you

    #310782

    Hi jijiprod!

    Thank you for using Enfold.

    We would like to see the actual website with the customization. Please post the url here.

    Regards,
    Ismael

    #311064
    This reply has been marked as private.
    #311151

    Hey!

    Thank you for the link.

    You can use this on Quick CSS or custom.css to reduce the height of the secondary menu:

    #header_meta .container {
    min-height: 20px;
    top: -5px;
    }
    
    #header_meta {
    min-height: 20px;
    height: 20px;
    }

    Regards,
    Ismael

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