How do I control the break in words for the drop down menu or the width of the box - take a look at the drop down for the "Shows"
The blog I need help with is sceneontheradio.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How do I control the break in words for the drop down menu or the width of the box - take a look at the drop down for the "Shows"
The blog I need help with is sceneontheradio.com.
Try adding this to your Appearance → Custom Design → CSS editor:
nav[role="navigation"] ul.sub-menu li,
nav[role="navigation"] ul.children li {
width: 120px;
}
Adjust the width value as needed.
This topic has been closed to new replies.