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

verticle align

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40010
    jholderjholder
    Participant

    Is it possible to verticle align the text in the search box?

    #40015
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    It should be aligned to the center automatically. I checked the URL you provided, and there is a min-height attribute added to the search input by the theme default CSS, so the height of the input box is higher as the container, and it appears misaligned.

    You can resolve it by using this custom CSS:

    .asp_m input.orig {
        min-height: unset;
    }

    That will resolve the issue.

    #40018
    jholderjholder
    Participant

    thanks so much.

    Who knows why oceanwp would add something to affect that.

    #40019
    Ernest MarcinkoErnest Marcinko
    Keymaster

    It is probably specific for the current layout, it’s all right though 🙂

    If you don’t mind, I will close this topic soon and mark it as resolved, feel free to open another one if you have other questions or issues.

    If you like the plugin and have not rated already, feel free to leave a rating on your codecanyon downloads page, it’s greatly appreciated.

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