There is an unnecessary gap between two divs..Is there any solution to remove that?
Here is the jsfiddle
If you observe the vUiTsTabs and vUiTsContainers div tags, you will find a gap between those two divs…(gap between black and red border).
There is an unnecessary gap between two divs..Is there any solution to remove that?
Share
remove the display and clear the
float:lefton the lis by settingfor
.vUiTsTabsand the gap will disappear: modified fiddle