Centering the navbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 04wayne
    Senior Member
    • Jul 2009
    • 424
    • 6.0.X

    [Forum] Centering the navbar

    Admit it, you've been asked this question loads. But I'll be damned if I can search out a topic on it that explains in clear English if its possible. And after 25 minutes of Google searching, and searching this site - I'm bored.

    So basically, is it possible to make the navbar in the center, so for e.g. its like this:

  • 04wayne
    Senior Member
    • Jul 2009
    • 424
    • 6.0.X

    #2
    Anyone help?

    Comment

    • Riasat
      Senior Member
      • Aug 2006
      • 4013

      #3
      add this to additional.css template

      Code:
      .navtabs {
      text-align: center;
      }
      .navtabs li {
      display: inline-block;
      float: none;
      }
      I did it before a project. It works mostly ok but it does not work on IE6/7 iirc. They need some additional fixes which are pretty tricky.

      Comment

      • JohnD5000
        New Member
        • Sep 2013
        • 9
        • 4.2.X

        #4
        Thanks, worked like a charm!

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...