Here is the link to the site: http://www.wovvwebsites.com/RT-help
I'm trying to eliminate the small gap between the form entry field and the submit button. Any suggestions on how to make this happen?
I'm trying to eliminate the small gap between the form entry field and the submit button. Any suggestions on how to make this happen?
Hi Hdwillis,
You need to override the padding-left. This is at line125 of libraries/cegcore/assets/gcore-ui/css/gcore-ui.css
Bob
You need to override the padding-left. This is at line125 of libraries/cegcore/assets/gcore-ui/css/gcore-ui.css
.gcore-subinput-container:not(:first-child) {
padding-left: 4px;
}
Bob
This topic is locked and no more replies can be posted.