• Hello,

    What must I do in CSS to widen the submenu width? Right now it is too narrow causing the submenu items to be on two lines.

    • This topic was modified 8 years, 9 months ago by allen92.
Viewing 1 replies (of 1 total)
  • Try the following code – adjust the width for your needs!

    .elementor-navigation ul ul li a {
        width: 400px;
    }
Viewing 1 replies (of 1 total)

The topic ‘How to change Submenu Width. Please help.’ is closed to new replies.