Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    It should be in the middle, so I suspect there might be an extra margin/padding or line break. Try this custom CSS to force reset that:

    .asl_m br {
        display: none;
    }

    If that does nothing, then try maybe this:

    input.orig {
        margin: 0 !important;
        padding: 0 !important;
    }

    All the best,
    Ernest

    Thread Starter gtogan1

    (@gtogan1)

    thank you very much. it works now!

    Plugin Author wpdreams

    (@wpdreams)

    Great!

    I will mark this as resolved then ?? Feel free to rate the plugin if you like it, it helps us a lot!

    All the best,
    Ernest

    Thread Starter gtogan1

    (@gtogan1)

    I’ll do that

    Cheers ??

    Plugin Author wpdreams

    (@wpdreams)

    Thank you very much ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search text is not in the middle’ is closed to new replies.