Created
November 8, 2018 03:17
-
-
Save cryptexvinci/3f4eaa7a98770873b6f8f20e770bac65 to your computer and use it in GitHub Desktop.
Ultimate Member - Group Extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.uimob340 .um-group-name, | |
.uimob340 .um-group-item .um-group-image, | |
.uimob340 .um-group-item .um-group-meta, | |
.uimob340 .um-group-item .actions{ | |
width:100%; | |
float:left; | |
text-align:center; | |
margin:.5em 0; | |
} | |
.uimob340 .um-group-item .count-members, | |
.uimob340 .um-group-item .last-active { | |
width:50%; | |
float:left; | |
text-align:center !important; | |
} | |
.uimob340 .um-group-item .um-group-meta ul, | |
.uimob340 .um-group-item .actions ul{ | |
margin:0; | |
} | |
.uimob340 .um-groups-wrapper div[data-group-id]{ | |
width:100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment