Help Contering CSS Plz

Out of context: Reply #7

  • Started
  • Last post
  • 10 Responses
  • mekk0

    did a little hack, it works, but not a nice way to do it:

    add:
    .category-list {
    padding: 15px 10px;
    padding-left: 50%; /* mekks little change */
    }

    replace ul#filters content with:
    ul#filters {
    float: left;
    display: block; /* mekks little change */
    width: 100%;
    margin-left: -50%; /* mekks little change */
    }

    works here in chrome (mac) didn't test it somewhere else

    • or you set the width of your navbar individually for every size setting and then adjust the leftmargin manually as done beforemekk

View thread