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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Edgard
    #78672

    Hi,

    I have used these to change some of my CSS on forms:

    .searchandfilter > ul
    {
    margin:0 !important;
    padding:0 !important;
    }
    .searchandfilter > ul > li
    {
    display:inline-block !important;
    padding-right:10px !important;
    }
    select[multiple]{
    font-size: 32px;
    width: 120px;
    padding: 3px;
    font-size: 16px;
    line-height: 1;
    border: 1;
    border-radius: 0;
    height: 28px;
    }
    select {

    font-size: 32px;
    width: 120px;
    padding: 3px;
    font-size: 16px;
    line-height: 1;
    border: 1;
    border-radius: 0;
    height: 28px;

    }

    Can’t set to select[multiple] to change, thought. Any ideas?

    Thank you!

    Trevor Moderator
    #78716

    Do you need to add !important? Or you may need to add specificty, like:

    .searchandfilter select…..

    Or are you styling a combo box, which might be just divs etc? Difficult to say without looking at the page in question.

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

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