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

Alignment of subitems

6 Answers 99 Views
Menu
This is a migrated thread and some comments may be shown as answers.
sircutbreaker
Top achievements
Rank 1
sircutbreaker asked on 02 Sep 2008, 06:30 PM
How do you align the submenu items to the left instead of them being centered?

thanks,

Jeff

6 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Sep 2008, 06:18 AM
Hi,

The submenu items must be left aligned by default as shown in the online demo. Please view the example and see what you are missing.

Thanks
Shinu
0
sircutbreaker
Top achievements
Rank 1
answered on 03 Sep 2008, 03:34 PM
I am using the q2 default skin...

thanks

jeff
0
sircutbreaker
Top achievements
Rank 1
answered on 03 Sep 2008, 11:55 PM
http://test.volvoaeroservices.com/ep

username:telerik
password:welcome

if you goto this page, and login, you will see the menu under the header..

I dont know why the submenus stay center.. or is it a space from the left side of the dropdown..

I would also like to move the whole dropdown 2px to the left... so that it lines up..

Any help would be appreciated..


thanks,

Jeff
0
Yana
Telerik team
answered on 04 Sep 2008, 01:22 PM
Hello Jeff,

I'm sorry, I am not able to open the provided link. The page says "Compilation error".

Regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
sircutbreaker
Top achievements
Rank 1
answered on 04 Sep 2008, 03:18 PM
Try again...  I was importing a bunch of code from another program.. that is resolved...

thanks

jeff
0
Accepted
Yana
Telerik team
answered on 05 Sep 2008, 08:17 AM
Hi Jeff,

The submenus are not centered, they just have left padding in the following style in your Menu.VAS.css file:

.RadMenu_VAS .rmGroup .rmLink  
{  
    padding: 0 0 0 31px;  
    margin: 0 2px 0 0;  
    height18px;  
    line-height18px;  
}  
 

Please change the "31px" value to a smaller number.

Regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Menu
Asked by
sircutbreaker
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
sircutbreaker
Top achievements
Rank 1
Yana
Telerik team
Share this question
or