Comment to 'LAng flags hanging'
  • Hello Pathol!

    Not sure that I've got your question, but according to your pic I may offer to add wrapper as you had in your _sub_footer.html before:

    <div class="bx-menu-switch-language-inline bx-def-margin-sec-top">

           <bx_menu:sys_switch_language_inline />

    </div>

    • Yeah i tried that. Same result.

                          <div style="float: left; id="bx-menu-toolbar-1-container">    
                              <bx_menu:sys_toolbar_site />
                          </div>
                          <div style="float: left; class="bx-menu-switch-language-inline ">    
                              <bx_menu:sys_switch_language_inline />
                          </div>    


      This one worked though.
      But the flags position themselves up in the top. i would like them in the middle.
      I guess I have to find where the class of the flags is defined.

      • You may try to add this pair:

        <div class="bx-clear"></div>

        before and / or after there necessary place.