This topic has 2 replies, 2 voices, and was last updated 10 years by guy_fraser.

  • Author
  • #16727
     guy_fraser
    Participant

    When I have just 1 admin in a group, the row showing admins/mods is right aligned (ugly).

    When I add a moderator, it then becomes centred (nice).

    See screenshots:

    Attachments:
    You must be logged in to view attached files.
    #17227
     Abe
    Keymaster

    Hi, we fixed this and will be available in next theme version.
    If you want to fix it until the release please add this CSS

    COPY CODE
    
    #buddypress div#item-header .group-admins.col-sm-12 {
        text-align: center;
    }
    #buddypress div#item-header .group-admins.col-sm-12 ul#group-admins {
        display: inline;
        float: none;
    		text-align: center;
    }
    #buddypress div#item-header .group-admins.col-sm-12 ul li {
        display: inline-block;
        float: none;
        list-style: none outside none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #17241
     guy_fraser
    Participant

    Yup, that worked 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?