Modifying CSS?
-
I have a child theme and I’m attempting to modify the styling of the results (specifically putting the results into columns using
#wpsl-result-list li {
width: 33%;
float:left;
}But it doesn’t seem to be registering. Do I need to add a filter of some sort to get plugin to recognize my child theme css?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Modifying CSS?’ is closed to new replies.