M mastera Member Sep 13, 2016 #1 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.
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.
Jake Bunce Well-known member Sep 19, 2016 #2 Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: .navTabs .navLink .itemCount { position: static !important; padding: 1px 2px; } .navTabs .navLink .itemCount .arrow { display: none !important; } This works in my testing. You may need to tweak it to look exactly like you want. Upvote 0 Downvote
Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: Code: .navTabs .navLink .itemCount { position: static !important; padding: 1px 2px; } .navTabs .navLink .itemCount .arrow { display: none !important; } This works in my testing. You may need to tweak it to look exactly like you want.