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

Rad menu item float

1 Answer 67 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Andrea
Top achievements
Rank 1
Andrea asked on 10 Feb 2012, 09:52 AM
Hi,

i have a problem, i want to float two menu item on the right, but only the last one would float to the right.

I set it in the css file.

Can anyone help me?

Sorry for my english.

Thanks

Andrea

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Feb 2012, 11:51 AM
Hello Andrea,

I suppose you want to text align the radmenu items to the left.
Try the following CSS
CSS:
<style type="text/css">  
.RadMenu .rmGroup .rmText
{
  padding:0 0 0 45px !important;
  text-align:right !important;
}
</style>

-Shinu
Tags
Menu
Asked by
Andrea
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or