Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    It is hard to tell only by a screenshot, but it’s either a margin related issue or an empty line-break injected to the source.

    First try this custom CSS:

    .asl_m br {
        display: none;
    }

    If not helping, then maybe this:

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

    All the best,
    Ernest

Viewing 1 replies (of 1 total)
  • The topic ‘issue about display’ is closed to new replies.