03/10/2015 at 10:25 am
#322269
Keymaster
@ NicK
Definitely a Safari “thing” caused by the theme… please try adding the following CSS to the theme’s custom CSS area:
#cn-form table,
#cn-form tbody,
#cn-form tfoot,
#cn-form thead,
#cn-form tr,
#cn-form th,
#cn-form td {
vertical-align: top !important;
}
That should fix it.