Support Forums

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

Forums Forums Search & Filter Pro Fields are moving when filter taxonomy is selected

Viewing 6 posts - 1 through 6 (of 6 total)
  • Denis Nemik
    #275278

    Hey Trevor,

    I’m having a bit of a weird issue with the CSS, maybe you encountered it before.

    on the page of https://nadlanco.co.il/property_country/%D7%99%D7%95%D7%95%D7%9F/ I have filters for the custom posts I made, I added several custom CSS lines to it, but the problem consists even without the custom CSS I made.

    when you select a field from the first filter – the pricing filters move to the right, maybe you resolved a similar case before.

    If no, I’ll keep digging how to stabilize it in the spot

    Thanks in advance,
    Denis

    Trevor Moderator
    #275279

    Hi Denis. In Chrome, I am seeing no movement? I haven’t seen what you describe before though, sorry.

    Denis Nemik
    #275424

    Hey Trevor,

    I tested it from chrome, Attaching images of what I mean.

    Initial Filters view -> https://www.screencast.com/t/vYJnZ5au

    After selecting first taxonomy view -> https://www.screencast.com/t/wUV3ZdM7

    Thanks!

    Trevor Moderator
    #275462

    It is being caused by CSS float. Try this custom CSS:

    .searchandfilter li[data-sf-field-name="_sfm_מחיר_ביורו"] {
        clear: both;
    }
    Denis Nemik
    #275605

    Hey Trevor,

    Works like a charm!

    Thank you!

    Trevor Moderator
    #275613

    Thanks for getting back to me. I will close this thread for now.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Fields are moving when filter taxonomy is selected’ is closed to new replies.