These are using standard definitions but I'm trying to override width of the banner and center them.
I tried adding this to extra.less for the style but it doesn't work:
Any suggestions?
I tried adding this to extra.less for the style but it doesn't work:
Code:
/* reduce width and center usergroup banners */
.userBanner .userBanner .message-userBanner {
width: 50% !important;
margin: 0 auto !important;
}
Any suggestions?