• Resolved jgold723

    (@jgold723)


    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?

    https://www.ads-software.com/plugins/wp-store-locator/

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Try this code.

    #wpsl-wrap #wpsl-result-list li {
    width: 33% !important;
    float:left !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Modifying CSS?’ is closed to new replies.