Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › center 3 filter dropdown fields › Reply To: center 3 filter dropdown fields
July 23, 2018 at 10:35 am
#18766
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