Home › Forums › Support › Mobile submenu This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 3, 2023 at 4:16 pm #2554711 ammgbr Hi, I want to modify the mobile menu look, add a line below each submenu item. Also, how can I change the mobile menu items padding and font size? March 4, 2023 at 11:03 am #2555600 LeoStaff Customer Support Hi there, Try this CSS: @media (max-width: 768px) { .main-navigation .main-nav ul li a { border-bottom: 1px solid #000; font-size: 20px; padding: 5px 5px 5px 5px; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 March 14, 2023 at 7:55 am #2567416 ammgbr Thank you 🙂 March 15, 2023 at 9:44 am #2568840 LeoStaff Customer Support No problem 🙂 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