Hey Support
On my site
http://www.kayren.dk/filipino-survey
I have a little problem with the dropdowns in my survey – they look cut in the right side.
(and this is on laptop, phone, tablet, Ipad …… what ever)
What is causing this and how can I fix it?
Best Regards
Søren
Hey kayrenimport!
Please add following code to Quick CSS in Enfold theme options under Styling
.gform_wrapper .chzn-container-single .chzn-single div { width: 28px; }
Cheers!
Yigit
Thx for the swift reply Yigit
It didn’t seem to work though – no difference
Søren
Hi!
Try to increase the width of the icon with:
#top .gform_wrapper .chzn-container-single .chzn-single div {
width: 28px !important;
}
Best regards,
Peter
That did the trick – thank YOU very much ;)