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

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36944
    germankygermanky
    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

    #36946
    germankygermanky
    Participant

    i forgot, please check the mobile version the search menu should be center, how can I do that

    thank you

    #36956
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sure, this simple custom CSS will do the trick:

    form.asp-fss-flex {
        justify-content: center;
    }
    #36958
    germankygermanky
    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

    #36960
    Ernest MarcinkoErnest 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;
    }
    #36961
    germankygermanky
    Participant

    it works

    thank you 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.