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 Search text next to check box starts line below if needs to wrap

Viewing 7 posts - 1 through 7 (of 7 total)
  • Alastair Green
    #162240

    Hello! Any chance to improve / fix this? (Or have I missed a setting!!!?)

    If you have a longish text for a search term in a narrow space (say sidebar) and are using a check box, then if the longish text needs to wrap the longish text will start on the line below where the check box is. Looks a bit funny.

    If you go here and scroll down a bit you will see what I mean – for the taxonomy “Hikers who like a longer hike”.

    Thanks for any comment!

    Trevor Moderator
    #162288

    Hi. It is very late here in the UK. I will get on to this in the early morning. It will require custom CSS, which I will write for you.

    Alastair Green
    #162296
    This reply has been marked as private.
    Trevor Moderator
    #162362

    Hi Alastair.

    Yes, bitterly cold here. We had a sprinkle of snow last night, but I was out learning to ride my motorbike yesterday and got caught in a blizzard. Cold, so cold.

    And wow, that was difficult to do with CSS, but this is what I came up with:

    .sf-input-checkbox {
      align-self: flex-start;
      margin-top: 10px;
    }
    .searchandfilter ul li ul li {
      display: flex;
    }
    Alastair Green
    #162416
    This reply has been marked as private.
    Trevor Moderator
    #162426
    This reply has been marked as private.
    Alastair Green
    #162576
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Search text next to check box starts line below if needs to wrap’ is closed to new replies.