LAng flags hanging

My flags are hanging after moving code up in _sub_header. I dont like that. People hanging around I can accept, but not my flags.

  • 593
  • More
Attachments
Replies (3)
    • 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.

          Login or Join to comment.