AI Search
Classic Search
Notifications
Clear all
5 Replies
Dec 30, 2019 10:59 am
Dec 31, 2019 5: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 3:05 pm
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.