XF 1.5 Alerts styling

mastera

Member
9280e959ad7a8c6f453f3922cd829d2f.png



Is it possible to move the number of alerts next to the word "Alert" instead of on top of it? If yes, where and how can I do it?

Thanks.
 
Code:
.navTabs .navLink .itemCount {
box-shadow: none;
display: inline-block;
float: none;
margin-left: 5px;
position: relative;
right: -2px;
top: -2px;
}
.navTabs .navLink .itemCount .arrow { display: none; }
 
Top Bottom