-
AuthorPosts
-
June 30, 2021 at 5:50 pm #1308187
On our site, we use sub-menus to organize access to various pages. Under the top menu, we have a sub-menu for Members Only pages. This sub-menu has a lot of items and I wanted to create sub-sub-menus to keep the number of menu items reasonable. However, when I created a sub-sub-menu under the Members Only menu, the sub-sub-menu items displayed to the left. On mobile devices, this meant that the sub-sub-menu items did not properly display. In particular, only part of the sub-sub-menu item showed. The other part (which contained the sub-sub-menu item name) was truncated by the mobile device left edge.
Is there any way to force all menu items, whether they are menu, sub-menu or sub-sub-menu items, to always display to the right?
July 2, 2021 at 3:53 am #1308433Hey BMMtOliveLC,
Thank you for the inquiry.
We may have to inspect the site first in order to understand the issue properly. Please provide a link to the site with the sub menu issue — place the link in the private field. A screenshot will also help.
Best regards,
IsmaelJuly 10, 2021 at 1:06 am #1309450I have created a temp admin account on test.mountolive.com. The credentials are in the private content part of this post. The issue shows up in the Church Information sub-menu item of the Members Only Menu at the top of the page. I couldn’t obtain a screen shot, since the menu only appears when the cursor sits on the “Church Information” item. So, I can’t use the cursor to make a screen shot. To reiterate. I would like the menu items to always display to the right at all menu levels. When viewed on a mobile phone, the “Church Information” menu items are not visible because they are to the left and off of the mobile phone display.
July 12, 2021 at 4:16 am #1309646Hi,
Thank you for the update.
We can use this css code to move the sub menu to the right on both desktop and mobile view.
#top .sub_menu li li ul { top: -1px; right: -169px; left: auto; }
Best regards,
IsmaelJuly 12, 2021 at 5:15 am #1309671Thank you for the CSS. It works on both the test and live sites.
Regards,
DanJuly 12, 2021 at 5:38 pm #1309840Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonJuly 12, 2021 at 6:44 pm #1309843No more help required. Thanks. Go ahead and close the support request.
July 12, 2021 at 11:50 pm #1309861Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘CSS to force mobile devices to display sub-sub-menus to the right.’ is closed to new replies.