Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Style not being applie

Viewing 5 posts - 1 through 5 (of 5 total)
  • Dorothy Tsui
    #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 Moderator
    #50598

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

    Dorothy Tsui
    #50599
    Dorothy Tsui
    #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 Moderator
    #50601

    Try this:

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

The forum ‘Search & Filter Pro’ is closed to new topics and replies.