Reply To: Non-Responsive Register form/module

Home Forums Support Non-Responsive Register form/module Reply To: Non-Responsive Register form/module


Hi there,
Sure, just open custom.css file located at joomla/templates/template_name/css/custom.css then add

.login .form-horizontal .controls {
    margin-left: 0px;
}