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

Layout input field

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23707
    lippopippo45lippopippo45
    Participant

    Hi there,

    As you can see in the attached pic. the text input field is not aligned with the rest (a little bit lower) whilst the field names of the “dropdown” fields are not aligned to the left (as the others) …
    Any suggestion?

    PS

    keep up the good work, and change the hosting provider 🙂

    Angelo

    #23709
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you for all the details Angelo. Look like a minor margin/padding issue, but I cannot tell for sure. Please try the following custom CSS, it should resolve it:

    div.asp_w.asp_sb.searchsettings input[type='text']:not(.chosen-search-input) {
        margin: 0 0 0 10px !important;
    }

    I hope this helps!

    #23710
    lippopippo45lippopippo45
    Participant

    Hi Ernest,

    it worked for the text field….now is aligned, however, the various labels of the dropdowns fields are still not aligned to the left.
    Sorry for the headache

    Angelo

    #23712
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Angelo,

    No problem, try this custom CSS as well:

    .asp_select_label {
        margin: 0 0 0 10px !important;
    }

    If it does nothing, I might have to take a direct look at the issue. Thank you!

    #23713
    lippopippo45lippopippo45
    Participant

    Works like a charm!!!

    Thank you

    Angelo

    #23714
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #23715
    lippopippo45lippopippo45
    Participant

    Done.

    take care

    Angelo

    #23716
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Layout input field’ is closed to new replies.