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

popup title position

3 Answers 285 Views
Window
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 29 Jan 2016, 08:14 PM

Is it possible to reposition the title in the kendowindow?

thanks

Robert

 

3 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 01 Feb 2016, 09:08 AM
Hi Robert,

To center the title you may use the following style:

<style>
    .k-window-title {
      text-align: center;
    }
</style>

See the example here:

http://dojo.telerik.com/awowu

Regards,
Helen
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Robert
Top achievements
Rank 1
answered on 01 Feb 2016, 04:22 PM

Is it possible to butt the title right up against the "X" but still have the X showing?

Thanks

Robert

0
Robert
Top achievements
Rank 1
answered on 01 Feb 2016, 04:54 PM

Hi:

I realized I could center the text and then do a

margin-right:-40px;

thanks

Robert

 

Tags
Window
Asked by
Robert
Top achievements
Rank 1
Answers by
Helen
Telerik team
Robert
Top achievements
Rank 1
Share this question
or