Hello,
I have the Canopy theme and would like to expand the sub menu so that words are all on one line instead of 2. Please help.
Please hover - Locations > Redwood City, CA (it is on 2 lines)
A Canopy theme user needed help expanding their submenu width to prevent text from wrapping onto multiple lines, specifically for a “Locations > Redwood City, CA” menu item.
Solution provided:
base.css file in the Assets folder.main-nav .nav-item.drop-norm .nav-sub .nav-sub-list {
width: 200px !important;
}
Result: The original submenu width was 190px; adding 10px+ resolved the wrapping issue. The user confirmed the solution worked perfectly, and the issue is now resolved.
Hello,
I have the Canopy theme and would like to expand the sub menu so that words are all on one line instead of 2. Please help.
Please hover - Locations > Redwood City, CA (it is on 2 lines)
Hi @cid_gk ,
I just want to clarify, you like to expand? or just lesser the font size of that specific location? so it wont be 2lines.
Expand, please.
Okay, Try this one.
.main-nav .nav-item.drop-norm .sub-nav .sub-nav-list {
width: 200px !important;
}
Result:
The original size is 190px i just add +10px.
I hope it help.
This worked beautifully, thank you so much!
Your Welcome! ![]()