Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Right China


  • blackmatarsak
    Participant

    @blackmatarsak

    how can i solve my problem
    This photo is my website: picture
    This image is linked to another : picture

    i want to move “add friend ” ” cancel friend ” to left side
    How to do it
    please help me?

    i use wordpress persian :3.5.1
    buddy press : 1.7

Viewing 4 replies - 1 through 4 (of 4 total)

  • meg@info
    Participant

    @megainfo

    hi

    try this css code :

    `
    div.friendship-button {
    float: left;
    margin-left:5px;
    }
    `


    blackmatarsak
    Participant

    @blackmatarsak

    Your code does not work
    This photo is my website: picture
    this is BuddyPress Default theme
    This image is linked to another : picture
    this is Twenty ten theme
    i want to move add friend or cancel … to left side
    picture


    @mercime
    Keymaster

    @mercime

    @blackmatarsak add the following to your child theme’s stylesheet

    ul.item-list li div.action {
    position: absolute;
    left: 0;
    text-align: left;
    top: 15px;
    }


    blackmatarsak
    Participant

    @blackmatarsak

    your code work
    Thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Right China’ is closed to new replies.
Skip to toolbar