verticle align

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 8 months ago.

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

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

    #40015
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

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


    #40018
    jholder
    jholder
    Participant

    thanks so much.

    Who knows why oceanwp would add something to affect that.

    #40019
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

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


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.