HI all, as in image I need to override in the registration form the margin-left added in the layout for radio buttons. Can you suggest how to do? Thanks
fafabone Try add this to custom.css file and adjust margin value accordingly :
input#jform_profile_tos1{margin-left: 3px !important;} input#jform_profile_tos0{margin-left:2px !important;}
Kindly ensure to clear your browser cache if changes dont reflect