Styling of Custom field search

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

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 3 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25388
    dustin11132
    dustin11132
    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 Marcinko
    Ernest 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!

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #25415
    dustin11132
    dustin11132
    Participant
    You cannot access this content.
    #25418
    Ernest Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #25449
    dustin11132
    dustin11132
    Participant

    That looks great!

    Thank you very much!

    #25475
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.