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

RedMenu align problem

1 Answer 44 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Aamir
Top achievements
Rank 1
Aamir asked on 21 May 2013, 02:18 PM
I am using radMenu inside a DIV tag and I am keeping text-align to right but menu still remains on the left of the DIV. Text inside the DIV aligns to right but menu keeps on left. I am using metro skin.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 22 May 2013, 05:29 AM
Hi,

I suppose you need to place the radmenu and text inside the div to right. So add 'float: right' instead of text-align as shown below.
ASPX:
<div style="float:right">
 <telerik:RadMenu ID="RadMenu2" runat="server"  Skin="Metro">
      <Items>
         ... ... ...
      </Items>
 </telerik:RadMenu>
</div>

Hope this will help you.

Thanks,
Princy.
Tags
Menu
Asked by
Aamir
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or