Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › justified the search menu to the center
This topic contains 5 replies, has 2 voices, and was last updated by germanky 1 year ago.
- AuthorPosts
- February 28, 2022 at 11:42 pm #36944
hi support team,
question
if there a way to center the options on the search? (1)
if there a way to fit the search field to fit the menu? (2)at this moment the menu is on the left side and there is a space
can you point me where to fix that?
thank you
Attachments:
You must be logged in to view attached files.February 28, 2022 at 11:44 pm #36946i forgot, please check the mobile version the search menu should be center, how can I do that
thank you
Attachments:
You must be logged in to view attached files.March 1, 2022 at 12:52 pm #36956Hi!
Sure, this simple custom CSS will do the trick:
Best,form.asp-fss-flex { justify-content: center; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 1, 2022 at 1:05 pm #36958it works, thank you good support
dropdown fields are centered, if there a way to center the names of each dropdown field?
thank you again
Attachments:
You must be logged in to view attached files.March 1, 2022 at 1:13 pm #36960That may not be possible, as it is a browser limitation. This may partially work on some webkit browsers:
Best,.asp_select_label select { text-align-last:center; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 1, 2022 at 1:15 pm #36961 - AuthorPosts
You must be logged in to reply to this topic.