justified the search menu to the center

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 germanky 1 year ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36944
    germanky
    germanky
    Participant

    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.
    #36946
    germanky
    germanky
    Participant

    i 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.
    #36956
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Sure, this simple custom CSS will do the trick:

    form.asp-fss-flex {
        justify-content: center;
    }
    Best,
    Ernest Marcinko

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


    #36958
    germanky
    germanky
    Participant

    it 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.
    #36960
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    That may not be possible, as it is a browser limitation. This may partially work on some webkit browsers:

    .asp_select_label select {
        text-align-last:center;
    }
    Best,
    Ernest Marcinko

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


    #36961
    germanky
    germanky
    Participant

    it works

    thank you 🙂

    Attachments:
    You must be logged in to view attached files.
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.