Hi, I'm using JA Events II and JomSocial
1) On my jomSocial registration form I have a yes/no radio field and I need more distance beetween the radios
2) The calendar is messy as you can see in picture:
Thanks!
yodam1 Hi. Please add this to css:
.joms-radio--wrapper label { margin-right: 10px; } .picker__select--month, .picker__select--year { display: inline-block; }
It works!!
Thanks!!