Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    No idea whether my OneColumn theme causes this or not, because I only use a minimum of styling for input:

    input, select, textarea {border:1px solid #ccc; padding: 2px; background:#fff; font-size:1em; font-family: 'Open Sans', sans-serif;}
    select {max-width:100%;}
    #commentform textarea, #commentform input {width: 90%; padding:5px;}

    Guido

    Thread Starter Elja

    (@eljaaa)

    Hi Guido,
    I do not know why you did write the code her.
    Must I do something with the code?

    When I read the reaction of the plugin owner it looks like he says that a multi-select input has other lay out options than a select box.

    Theme Author Guido

    (@guido07111975)

    I only displayed that code to show you I only use very basic code for input/select/textarea field.

    You wrote this happened after a plugin update > so I guess it’s something in the plugin that causes this.

    Guido

    Thread Starter Elja

    (@eljaaa)

    Thanks Guido,
    Do you say that a multi-select input must have the same layout as a select box?

    I will contact the plugin owner again.

    Thread Starter Elja

    (@eljaaa)

    To solve the multi-select input problem :

    Advice from the other plugin owner
    Add this to style.css,
    .search-field input { height: auto !important; }

    That was the solution. Everything looks fine now

    Theme Author Guido

    (@guido07111975)

    Did not know this… so thanks for sharing.

    Guido

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Lay out multi-select input problem’ is closed to new replies.