How do I change the size of a fill in box?

How do I change the size of a fill in box?

โดย Andy Nijssen -
Number of replies: 2

I made this excersize; The whit boxes on the right where people need to fill in words does not has the same size. How longer the word they need to fill in how wider the box. I want that all boxes has the same size. How can I do this?


การประเมินโดยเฉลี่ย: -
In reply to Andy Nijssen

Re: How do I change the size of a fill in box?

โดย A. Obeid -

Hi

try adding this css

.formulation input[type="text"], .formulation select {
    width: 100px !important;
}

add to Raw initial SCSS of your theme.

If your are using the boost theme: admin/settings.php?section=themesettingboost.

การประเมินโดยเฉลี่ย: -
In reply to Andy Nijssen

Re: How do I change the size of a fill in box?

โดย AL Rachels -
รูปภาพของCore developers รูปภาพของParticularly helpful Moodlers รูปภาพของPlugin developers รูปภาพของTesters

Hi Andy,

It would really help to know what you are using to create the questions. Is it quiz questions of some type? Or, is it something else?

การประเมินโดยเฉลี่ย: -