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

Styling of Custom field search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Styling of Custom field search

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25388
    dustin11132dustin11132
    Participant

    Good Morning,

    I just bought Ajax Search Pro 2 Months ago and tried the Custom field search yesterday. This works thanks to the Video very well.

    Unfortunately, I have the problem that I have about 40 sample_values. This look’s very confusing in the preview mode. Is it possible to style the sample_values under the search input field so that they are side by side? Please tell me how I can customize it.

    I’m looking forward to hearing from you! Sorry for my bad English and greetings from Germany

    Dustin

    #25396
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Dustin,

    Can I take a look at this somewhere directly? I need to see it in order to understand the issue exactly. Thank you!

    #25415
    dustin11132dustin11132
    Participant

    You cannot access this content.

    #25418
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I’m afraid that might not be possible. The closest you could get to that, is to display every item side-by side, like this: https://i.imgur.com/ZvK1JuF.png

    For that, you need this custom CSS:

    .asp_sb {
        max-width: none !important;
    }
    
    .asp_sb fieldset {
        flex: 1 1 0 !important;
    }
    
    .asp_sb fieldset.asp_filter_cf_spirituose_type {
        flex: 10 1 auto !important;
    }
    
    fieldset.asp_filter_cf_spirituose_type,
    fieldset.asp_filter_cf_spirituose_type .asp_simplebar-content {
        display: flex !important;
        flex-wrap: wrap;
    }
    #25449
    dustin11132dustin11132
    Participant

    That looks great!

    Thank you very much!

    #25475
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.