Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Increasing Button Sizes (CSS Code)

More
8 years 5 months ago #150102 by kc09
Would someone be able to provide the CSS Code for increasing the size of buttons?

The template is Flat and Modern and it is on version 2.64.1.

Thank you very much!
The topic has been locked.
More
8 years 5 months ago #150104 by kc09
Here is a screen shot
The topic has been locked.
More
8 years 5 months ago #150111 by tpartner
Which buttons?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
8 years 5 months ago #150113 by kc09
The response option buttons that participants select when using the rating scale.
The topic has been locked.
More
8 years 5 months ago #150163 by tpartner
Add something like this to the end of template.css:

Code:
.radio label, .checkbox label {
  min-height: 29px;
}
 
.radio label::before {
  height: 25px;
  margin-left: -23px;
  width: 25px;
}
 
.radio label::after {
  height: 19px;
  margin-left: -23px;
  width: 19px;
}



Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose