This is a migrated thread and some comments may be shown as answers.

Windows margin

1 Answer 756 Views
Window
This is a migrated thread and some comments may be shown as answers.
Hugo
Top achievements
Rank 1
Hugo asked on 29 Jun 2012, 01:20 PM
Hi,

Seems the content of the Window widget have margin of 5 px.  What I mean I can see a space between the title bar and the content of my DIV.

I was wondering how I can remove the margin of the content when I use the Window widget.

Regards

1 Answer, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 02 Jul 2012, 03:12 PM
Hello Hugo,

You could use a CSS selector with the widget’s specific CSS class for customizing the appearance of any particular widget in Kendo UI. The needed CSS classes are listed in this section from our online documentation. For example the following code snippet will remove the padding of the content in the window :
.k-window .k-window-content {
   padding: 0
}

I hope this helps.  


Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Hugo
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or