How to add css classes to widgets using functions.php?
Alright, so I managed to pull it off thanks to @toscho who provided me with this link: Add class to before_widget for all widgets with a dropdown and a counter I kind of worked up through it. All I wanted to do was add one class “col-sm-4” from Bootstrap to the search widget. is_admin() || … Read more