I'm using grid focus and I replaced the deprecated function wp_list_cats with the current wp_list_categories. But, even if this shows the list of categories, the navigation lost the alignment.
Can you please help me fix it?
I need the list of cats to be shown in one row, one after the other, and not in a one column & 4 rows list.
See original navigation here: http://www.mediasinfo.ro
That sounds like a CSS issue but I can't see the category list on your site.
Thanks for the feedback.
you can see the categories list if you click in the menu on "STIRI/citeste articole". That's Romanian for News.
TX a lot!
try to add these lines to style.css:
.toggleCategories li ul { width:940px; }
.toggleCategories li ul li { width:auto; margin-right:20px; margin-bottom:10px; }
THANKS! It did the trick! If only I'd know it was this simple.. Really, many thanks!