Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to change the count display to the left?

  • @jacobian64

    Participant

    hey there, I would like to know if it’s possible to change the count number that’s located on the right to be relocated to the left? which file do I need to change to achieve this?
    image

    thanks

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

    Moderator

    The count is likely added via a number of files because there’s n number of navigation items.

    You should find all instances of bp_core_new_subnav_item(). The function will be passed an array as the first argument. The count is usually appended to the name element of that array.

    @petervandoorn

    Participant

    Add this to your CSS:

    #buddypress div.item-list-tabs ul li a span { float: left; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar