Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

[Resolved] Need help with members-loop.php CSS (7 posts)

Started 5 months, 3 weeks ago by: edinchez

  • Profile picture of edinchez edinchez said 5 months, 3 weeks ago:

    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!

  • Profile picture of edinchez edinchez said 5 months, 2 weeks ago:

    Anyone? Please, I really need this..

  • Profile picture of @mercime @mercime said 5 months, 2 weeks ago:

    Site URL?

  • Profile picture of edinchez edinchez said 5 months, 2 weeks ago:

    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”.

  • Profile picture of 4ella 4ella said 5 months, 2 weeks ago:

    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

  • Profile picture of edinchez edinchez said 5 months, 2 weeks ago:

    @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!

  • Profile picture of 4ella 4ella said 5 months, 2 weeks ago:

    you are welcome :-)