dropdown list expand beyong frame. How to containt it please
December 5, 2014 4:15 pmI’ve style my form here: http://epconsultant.ca/inscription-webinaire password: wptogo
As you see the dropdown menu expand beyong the frame. I want it to stay within the green box.
Thanks,
1 Comment
1 Reply
@wpzone – try adding this line of code to your theme’s CSS file and see if it has any impact:
form#webinarregistration select {width: 550px;}
Let me know… thanks!
Brandon