Forums Forums Search & Filter Pro Style not being applie

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #50596

    I am copying the following to my child theme stylesheet as I want search fields to appear horizontally, however there is no change.

    .searchandfilter[data-sf-form-id=”2374″]
    {
    display: inline !important;
    font-size: 100px !important;
    }

    I’ve also tried

    .searchandfilter p
    {
    display: inline !important;
    font-size: 100px !important;
    }

    Can you please advise?

    Thank you.

    Trevor
    #50598

    Can you show me a live url with this css already applied?

    Anonymous
    #50600

    Sorry – getting incredibly frustrated as this plugin is taking twice as long to implement as expected. I’ve copied over the results.php folder to

    wp-content\themes\divi-master\search-filter\

    and changes are also not being applied. This is my child theme.

    Trevor
    #50601

    Try this:

    .searchandfilter ul li {
        display: inline-block !important;
        padding-right: 10px !important;
    }
Viewing 5 posts - 1 through 5 (of 5 total)