Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Align Order By in members-loop to left

  • @aaronthomas1979

    Participant

    Pertaining to the member’s directory, there’s a section in index.php that displays “Order By: ”

    This thing is, by default, right-aligned. I need to left-align it to make it look proper. I’ve spent a lot of time trying to figure out a way to do it, but I’m lost.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • @danbp

    Participant

    hi,

    try this: (tested ok on twenty sixteen)

    div#subnav ul {
       float:left;
    }

    @aaronthomas1979

    Participant

    Thank you! Works great on Graphene too!

    @danbp

    Participant

    You’re welcome ! 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Align Order By in members-loop to left’ is closed to new replies.
Skip to toolbar