• Resolved M

    (@infolegal)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • That sounds like a CSS issue but I can’t see the category list on your site.

    Thread Starter M

    (@infolegal)

    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; }
    Thread Starter M

    (@infolegal)

    THANKS! It did the trick! If only I’d know it was this simple.. Really, many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grid Focus – fix styling in navigation’ is closed to new replies.