Lengthen submenu size

Hi,

Is it possible to lengthen the size of the submenu so long wordings can fit into 1 row?

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the sub menu width by going to Appearance > Customize > Additional CSS and pasting it there.

/*Sub menu width*/

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
    width: 400px;
}

Best Regards,
Support

Thanks for the reply.

The submenu expanded. But the sub sub and sub sub still the same size

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*lenghten sub sub menu */
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu {
    width: 500px;
}

Best Regards,
Support

Thanks so much

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support