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

submenus dont stay central to its main menu item

2 Answers 29 Views
Menu
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 18 Sep 2013, 01:56 PM
i have a situation where the submenus dont stay in the middle of the main menu when the browser window is smaller.

i've attached an image to show what i mean.
The submenus are coming out when i over over the Main Menu that is highlighted Orange. I expect the left side of the submenus to be lined up with the left side of the main menu, even if that means they go off the edge of the Browser Window.
i've tried setting the 'Offset' property to a minus number, but that just moves the submenu further to the left. trying to set the Offset property to a positive number doesn't resolve this issue.

the screen shot shows me with a Web Browser that is not fully maximized, but the same issue with the submenus will occur when the browser is maximized but on a smaller screen.

is this possible?
cheers

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 20 Sep 2013, 05:31 AM
Hi David,

Please have a look at the following CSS that I have tried to align the Menu.

CSS:
.rmVertical .rmGroup .rmLevel1
{
    align-self: center ! important;
}

Thanks,
Shinu.
0
David
Top achievements
Rank 1
answered on 30 Sep 2013, 09:01 AM
sorry for the late reply. i was on holiday :)
your answer has helped me to resolve my issue. thanks.
Tags
Menu
Asked by
David
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
David
Top achievements
Rank 1
Share this question
or