How to reduce the width of border of answer text box | XM Community
Skip to main content

How can I specify the border width of text box using JAVA script in CSS.
I have written down this code:
input.TextEntryBox {
border-radius: 6px; 
margin: 6p;
}

Hii ujjwalagupta

You can paste the code into your Look and Feel --Style-- Custom CSS section. Just FYI it will be applied for all Text entry questions

.Skin .TE .SL .InputText {
border-radius: 6px;
margin: 6px;
max-width: 50%
}

Hope this helps!


Leave a Reply