Hello, I have the category widget in the second widget area. The categories are correctly listed but without grafical hierarchy even if i choose the option. Categories have 3 levels. On footer widget area the widget displays the categories correctly. Can you help me?
Hello, Could you please explain your issue more clearly and specify it with the help of screen shot images.
I want display the categories in left widget area in a structured way like in footer (with points or spaces): www.sestopiu.it/wp. I also want reduce the space between the logo (and right contact details) and the menu.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar ul { list-style-image:url('http://www.sestopiu.it/wp/wp-content/themes/colorwaytheme/images/disc-img.png')!important; margin-left:-9px!important; } .sidebar ul li{ border-bottom:none!important; padding-left:5px!important; line-height:30px; } .header .menu-bar { margin-top: 0px; } This will solve your issue.
Thank's for your fast reply. Code works fine for category display. But the code seams to change nothing. The space between logo and menu remains the same. What can I do?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .menu-bar { margin-top: 0px!important; } This will solve your issue.
Thank's it works fine. I have another question, hope the last one. Using IE9 on vista the dropdown menu does not display the submenu while using IE9 on Xp the menu works.
Hello, This issue maybe because of plugin. So please deactivate all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).