Category widgets Drop down is too wide
-
hello. Im having a puzzling problem…I have several very long category names and cannot change them. I need to be able to use the Category widget in my sidebar for my customers to navigate my site well. When I set this up as a dropdown list, the widget is too wide for the sidebar, creating a horizontal scroll. Ive tried other drop down widgets in the sidebar and the same problem exists. I have read a solution that seemed to work for the author, but does not seem to work for me…here’s the code I found:
function truncate_list_cats($cat) { $limit = 25; // do not make this less than 15 if(strlen($cat) > $limi<a href="https://www.bdmperformanceproducts.com">t) $cat = substr($cat, 0, $limit) . '...'; return $cat; } add_filter('list_cats', 'truncate_list_cats');
This doesn’t work with my theme – elegant themes. Does anyone else have this problem and another solution?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Category widgets Drop down is too wide’ is closed to new replies.