Hello, I want to be able to dynamically align different parts of the menu to look like the screenshot attached.

We want to have most of the menu items left-aligned but then have the language selector right-aligned. How do we achieve this? I had tried doing different margin-left custom CSS code at different screen sizes but I want something that consistently aligns them.

Any help would be greatly appreciated. Thanks in advance.

    trevorellis
    Hi
    try this code in custom.css file to make it similar as you looking for

    .uber-header.highlight-color .navbar-default .navbar-nav > li:last-child {float:right;}
    .uber-header.highlight-color .navbar-default .navbar-nav {float:none;}
    .t3-mainnav {width: 80%;}

    Regards

      Write a Reply...
      You need to Login to view replies.