Home › Forums › Support › How to align the dropdown menu if there isn’t enough space on the right This topic has 5 replies, 3 voices, and was last updated 6 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 16, 2022 at 3:49 am #2344645 Jin How can we choose to align the menu to the left if there isn’t enough space to show all characters? September 16, 2022 at 5:06 am #2344711 DavidStaff Customer Support Hi there, that parent menu item, give it a CSS Class of open-left. Add this CSS: @media(min-width: 769px) { .main-navigation .main-nav li.open-left > ul { left: unset !important; right: 0; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 20, 2022 at 1:57 am #2348202 Jin Hi David I’ve added it but the bug still persists. September 20, 2022 at 9:44 am #2348688 YingStaff Customer Support Hi Jin, I can see the CSS has been added to your site, but I don’t see the class open-left being added to the contact menu item. If you don’t know how to add CSS class to menu items, follow the step 1-3 of this article, add open-left class. https://sevenspark.com/how-to/how-to-add-a-custom-class-to-a-wordpress-menu-item September 22, 2022 at 11:48 pm #2351312 Jin All good now. My bad I missed David’s first sentence regarding adding the CSS class to the menu item. September 23, 2022 at 10:13 am #2351850 YingStaff Customer Support Glad to hear that 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In