Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Need help with members-loop.php CSS

  • @edinchez

    Participant

    Hey guys! I installed a non-BP supportive theme and with the help of the BP Compatibility Pack and some code changes, I made it work. But now I’m having some problems with the width of the members-loop.php file. I’m not sure what to change so I can resize the width the space between the member’s avatar/username and the “Cancel Friendship” button. Screenshot from the bug:

    http://pic.mk/images/OHXS4.png

    Thanks in advance!

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

    Participant

    Anyone? Please, I really need this..

    @mercime

    Participant

    Site URL?

    @edinchez

    Participant

    It’s closed atm, but you can log in by going to http://www.authentic-pictures.net/wp-login.php. Username and password are “test”.

    @4ella

    Participant

    ul.item-list li {
    border-bottom: 1px solid #EAEAEA;
    padding: 15px 0;
    position: relative;
    width: 570px;
    margin-left: -30px;
    }
    http://www.authentic-pictures.net/wp-content/plugins/bp-template-pack/bp.css?ver=20110918
    line 1101

    I have added width:570px and margin-left: -30px, it works but you have to control if this will not destroy another part of the site , control it , otherwise you can insert max-width: 570px; but I am not css and template expert!!
    use mozilla addon firebug for searching for classes

    @edinchez

    Participant

    @4ella it works man thanks a million! At first the the member widget list went a bit to the left, but I simply removed margin-left and it works perfectly now. Again thanks a lot!

    @4ella

    Participant

    you are welcome :-)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] Need help with members-loop.php CSS’ is closed to new replies.
Skip to toolbar