You can see in picture. I use articles-category module. it works well. but i want to show article hit numbers after article title. (in same line). can you help me css codes.
Hi There,
You have
ul.category-module li a, ul.nav.menu li a { display: block!important; }
This is forcing the links to the next line
You could add a background color to the list element but the hover colour would not cover the full line
Cheers Paul