I've been struggling to get the selected option aligned left like the other dropdown options.
Even though I've added 'text-align:left;' in every CSS option, it's not working.
I suspect that the JavaScript code is affecting the alignment of the selected option, but my knowledge of JavaScript isn't advanced enough to pinpoint the issue.
You can view the code at this link.
CSS:
.ww-selectbox-div { margin-bottom:20px;margin-top:20px;}
.ww-selectbox a{ text-decoration:none; font-family:Arial; font-size:13px; font-weight:bold;}
... (CSS rules unchanged)
Javascript: (for better formatting, click on this link)
(function(a){var m=function(b,h){... (Javascript function untouched)