This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

adjust size of range slider

Home Forums Product Support Forums Ajax Search Pro for WordPress Support adjust size of range slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17908
    WolfgangWolfgang
    Participant

    Hi there,

    I would like to have the range slider the same size as the Column width (in pixels) which could be setup under General Frontend Search Settings options.

    see: https://marine-project.com/gebrauchtboote/

    Could you give me a hint.

    Thank you!

    #17911
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Interesting, because those should be following the column width, I think you have found a bug there. I will make sure to correct it for the upcoming release.

    Until then, this small custom CSS snippet should to the trick:

    [html].asp_noui_lu {
    min-width: 90%;
    }

    .noUi-target {
    min-width: 90%;
    }[/html]

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    #17914
    WolfgangWolfgang
    Participant

    Thanks for the super fast response – works!

    #17915
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘adjust size of range slider’ is closed to new replies.