Forums

How to remove the gap between form field and submit button on Horizontal menu

hdwillis 27 Oct, 2016
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?
GreyHead 27 Oct, 2016
Answer
Hi Hdwillis,

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
hdwillis 27 Oct, 2016
Thanks Bob! That worked like a charm.
This topic is locked and no more replies can be posted.