Home › Forums › Support › submenu width This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 9, 2022 at 2:24 am #2407702 francesco is it possible to have a CSS for the submenu with the same width as the main menu? November 9, 2022 at 4:32 am #2407876 DavidStaff Customer Support Hi there, you can try this CSS: @media(min-width: 769px) { .main-navigation ul.menu > li > ul { width: unset; left: 0 !important; right: 0; } } However, you must make sure that the sub menu items text is no wider then the top level menu item. November 9, 2022 at 6:47 am #2408095 francesco thanks david, it works perfectly. November 9, 2022 at 6:56 am #2408109 DavidStaff Customer Support Glad to hear that ! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In