Kriesi - some of my categories are quite long. Your widget puts them into two columns and due to the length they come out messed up. How can I change categories into one column?
Thanks
Kriesi - some of my categories are quite long. Your widget puts them into two columns and due to the length they come out messed up. How can I change categories into one column?
Thanks
Hey,
in style.css replace following code:
.sidebar .widget_categories li, .sidebar .widget_meta li, .sidebar .widget_archive li , .sidebar .widget_links li{
width:50%;
float:left;
}
with:
.sidebar .widget_categories li, .sidebar .widget_meta li, .sidebar .widget_archive li , .sidebar .widget_links li{
width:100%;
float:left;
}You must log in to post.