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

center 3 filter dropdown fields

Home Forums Product Support Forums Ajax Search Pro for WordPress Support center 3 filter dropdown fields

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18761
    depaddepad
    Participant

    Hi Ernest,

    I am struggling with the following design:
    please have a look at https://www.ballonkuenstler.de

    How can I put the 3 dropdown filters centered to the searchfield ?
    So they are centered underneath the search field. I haven’t found any option to do this.

    Many thanks for your help.

    Best Regards,

    Markus

    #18766
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Markus,

    There is no option for that, however it should be possible with some custom CSS:

    [code].asp_sb.asp_sb_3 {
    max-width: none !important;
    }
    .asp_sb.asp_sb_3 form {
    justify-content: center;
    }[/code]

    This should result in this: https://i.imgur.com/wiiRyoY.jpg

    #18770
    depaddepad
    Participant

    Hi Ernest,

    many thanks for the help. Now it looks good! I was struggling in finding the correct css.

    Great support!

    All the best,
    Markus

    #18772
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘center 3 filter dropdown fields’ is closed to new replies.