Skip to:
Content
Pages
Categories
Search
Top
Bottom

Nav Tabs Migrate Left When 2 Rows

  • @gregfielding

    Participant

    I’ve got 2 rows of tabs and they are migrating left

    http://housingstorm.com to see what I mean.

    Any ideas of how to keep them moved to the right?

Viewing 2 replies - 1 through 2 (of 2 total)
  • @modemlooper

    Moderator

    CSS

    ul#nav li {

    float:right;

    }

    @gregfielding

    Participant

    Still too far left…

    I did this:

    ul#nav {

    left: auto;

    right: -40px;

    }

    and it works ok for now…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nav Tabs Migrate Left When 2 Rows’ is closed to new replies.
Skip to toolbar