• Resolved maria_f

    (@maria_f)


    Hi again,

    I have another dumb question, in the main bar the last button leaves a lot of place and looks way too big if you compare to the other buttons, i would like to add a separator like the other buttons at the end of the text, and change the colour of the separators to maybe white or something else than black.

    thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter maria_f

    (@maria_f)

    Nevermind found it ??

    Changed the color to #ffffff

    If you put border-left like it was it will not be pretty, it will make two borders in the same place and be like 2px bar, so just changed it to right and it was ok ??

    .navbar_inner > div > ul > li,
    .navbar_inner > ul > li {
      float: left;
      border: none;
      margin: 0;
      height: 52px;
      border-right: 1px solid #ffffff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘adding separation in the last button of the main bar’ is closed to new replies.