Hi James,
Please ignore the previous update.
Query: which CSS attribute removes the white area above the ejRibbon tabs
We have set height and margin top to the Ribbon header for remove the white area.
Please refer to the code and sample.
<style>
.e-ribbon .e-header>li{
margin-top: 0px !important;
}
.e-ribbon.e-js>.e-header{
height: 33px;
}
</style>
|
Regards,
Kavitha N.