Space reduce between filed and text link

Hi

I need reduce space between filed and text in print format, do anyone has idea about this

Hi,

Look for the CSS for that element by pressing F12 in browser.

Copy the CSS rule and change the padding or line spacing as per your requirement and put that css in the Custom Print format CSS box.

Thanks,

Divyesh Mangroliya

1 Like

Hi @Vijitha_Rajapaksha,

If the number of columns is 2

Then apply the

.col-xs-7.value {
    margin-left: -25px;
}

If not understand or not worked then follow the @mangroliya Step.

Thank You!