Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] RTL problem in members page.

  • @mahdiar

    Participant

    Hi

    In the members page there is a link that let the users to make friendship. In RTL pages its should be left but it is right .
    How can I do that ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • @mercime

    Participant

    @mahdiar cannot guess, have to see. Or you could Chrome > Web Inspector or Firefox > Firebug to ID the element and add the correction in your theme’s stylesheet.

    @mahdiar

    Participant

    it’s class is friendship-button . I change its float to left but doesn’t work .

    @mahdiar

    Participant

    I add this but I thinks it’s not good
    .friendship-button{
    margin-left:-300px;
    }

    @mercime

    Participant

    @mahdiar Add this to your theme’s stylesheet
    #buddypress ul.item-list li div.action {
    left: 0 !important;
    }

    @mahdiar

    Participant

    Thanks ! As Always works 🙂

    @mercime

    Participant

    @mahdiar thanks for confirming the fix 🙂 I will create a trac ticket to report the issue. Cheers.

    EDIT – issue posted https://buddypress.trac.wordpress.org/ticket/5057

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] RTL problem in members page.’ is closed to new replies.
Skip to toolbar