M mastera Member Jan 23, 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.
Arty Well-known member Jan 24, 2016 #2 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; } Upvote 0 Downvote
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; }
M mastera Member Jan 25, 2016 #3 Arty said: 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; } Click to expand... It doesn't seem to work. Upvote 0 Downvote
Arty said: 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; } Click to expand... It doesn't seem to work.
Arty Well-known member Jan 25, 2016 #4 Try increasing rule's priority. Change Code: .navTabs .navLink .itemCount to Code: div.navTabs .navLink .itemCount Upvote 0 Downvote
Try increasing rule's priority. Change Code: .navTabs .navLink .itemCount to Code: div.navTabs .navLink .itemCount