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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top