Increase sub menu's size

Hi Movin, I saw that when my sub menu’s title is a bit too long, the text will not be put into next line, neither does the sub menu’s box increase its width. I would like the sub menu increase its width if the title is a bit too long. Where exactly do I edit this in CSS?

Hi @p8m3,

I hope you are well today and thank you for your question.

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 -> Shapely Options -> Other

.menu > li ul.dropdown-menu {
    width: 250px;
}

Please change the width 250px in the above code to whatever you want to set.

Best Regards,
Movin

@Movin Ah, thanks, got it! You are awesome as always!

You are always welcome here :slight_smile: