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

Issues with Text align on Button

0 Answers 148 Views
Button
This is a migrated thread and some comments may be shown as answers.
Jagat
Top achievements
Rank 1
Jagat asked on 03 Oct 2017, 10:13 PM

 

I am using this CSS Class for aligning text and setting the size.

It does not increase the size of the text. Why is it not changing the size of the text on this button?

.rbSave
    {
        text-align: center !important;
        font-size:x-large !important;
    }
<telerik:RadButton ID="btnSaveClient" runat="server" IsBackgroundImage="true" OnClick="btnSaveClient_Click"
                                   Text=" Update Client " CssClass="rbSave" >
                                  <Icon PrimaryIconCssClass="classCart" PrimaryIconUrl="~/Images/Save.png" />
                              </telerik:RadButton>

 

If i remove the CSS Class and manually set the size, it increases the size but does not align the text.It does not center the text. It appears as shown in the image below.

What should i do align text and also set the size of the text?

 

Thanks in Advance

 

 

 

 

No answers yet. Maybe you can help?

Tags
Button
Asked by
Jagat
Top achievements
Rank 1
Share this question
or