Is it possible to reduce the Space or Gap between 2 text boxes kept side by side

1
0
-1

Hi
I am creating a fragment containing multiple Text boxes all aligned side by side in a single row.
User can create multiple rows of these boxes to fill information.

One thing I noticed that , between 2 text boxes there was a small gap coming by default.
hence my effective space that I can use gets reduced comparatively .
I was wondering if there is any way where I can place Text boxes side by side and there would be no gap between them. the left hand border of the Second text box should be overlapping with the right hand border of the first text box.
This way I can fit more number of Text boxes in a row.

Any suggestions would be welcome.

1 answer

1
0
-1
This one is the BEST answer!

Hi

We can use the Below CSS to achieve this.

.Setpadding{
padding: 0;
}

regards

Notifications