Menu items alignment for a horizontal menu

  • Thread starter Thread starter Emil
  • Start date Start date
E

Emil

Hello,
I'm using asp.net 2.0. I have a horizontal menu control. The children menu
items are center aligned when shown. How can I change the alignment of the
dynamic menu items to be left aligned?
Thank you.
 
Hello,
I'm using asp.net 2.0. I have a horizontal menu control. The children menu
items are center aligned when shown. How can I change the alignment of the
dynamic menu items to be left aligned?
Thank you.

Hi,

You should specify a CssClass for DynamicMenuItemStyle and
DynamicSelectedStyle and in the class include the property text-align:
left.

Manuel Ricca
 
Back
Top