By mark.l on Tuesday, 13 October 2015
Posted in General Issues
Replies 1
Likes 0
Views 826
Votes 0
The width of the URL field on the URL tab on the Ask a Question form is too small. I can't seem to get custom CSS to change the width. How can i make that field longer?

Using the simplistic theme.
Hi there,

You can try to apply the following css code in order to make the url field longer.
.field-references .attach-list .form-control {
width: 400px !important;
}
·
Tuesday, 13 October 2015 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post