Dec 29, 2019 9:02 pm
Anyone know a way to reduce the size of the group icons in the BuddyPress group list on the lower right of he forum page? See Attached jpg.
Some wpforo settings about how to display the group list would be useful.
5 Replies
Dec 30, 2019 6:59 am
Hi @mark_k,
Please leave a direct URL to that page to allow us debug CSS conflicts.
Dec 31, 2019 1:59 am
Hi @martin, logins are required to view the site. Is there a secure place I can leave or email the URL and login info?
Thanks - Mark
Jan 07, 2020 11:05 am
Hi @mark_k,
Please navigate to Dashboard > Forums > Settings > Style admin page, put the CSS code in the "Custom CSS code" textarea:
#primary #groups-list li .item-avatar { padding-right: 10px !important; width: auto; height: auto; } #primary #groups-list li .item { height: auto; } #primary .item-list > li { display: flex; } #primary #groups-list li .item-avatar img { width: 40px; height: 40px; }
The red marked code can be changed as you like.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.