Resizing Request Offering prompts
Best Answer
-
Roland_Kind Partner Advanced IT Monkey ✭✭✭
the following lines added to custom.css might help:
.question-container > .col-md-4 {
width: 50%;
}please note: not tested under all possible conditions :-)
1
Answers
the following lines added to custom.css might help:
.question-container > .col-md-4 {
width: 50%;
}
please note: not tested under all possible conditions :-)
This is my final css:
.question-container > .col-md-4, .col-md-6 {
width: 75%;
}