Category Drop Down Menu Is Too Wide
-
I’ve used the two column benevolence theme and now I’m using Digg three column and I’m running into the same problem with both themes. I want to use the catgory drop down menu but it is too wide. In Benevolence it was hanging over into the post area. In Digg, because I have it in the second column to the far right, it gets cut off. As there is no way to adjust the underlying html or css or whatever in WordPress.com, how do I fix this problem? Thanks!
-
The only way to correct this is to shorten the names you use for categories. The width of the drop-down is determined by the longest-named category.
-
You can also pay for the CSS editing upgrade and insert this:
.postform {
width:173px;
}
At least this worked for me using the Connections theme by Patricia Müller.
-
I just took the drop down out because it was bugging me. Thanks for the info though, appreciate it.
- The topic ‘Category Drop Down Menu Is Too Wide’ is closed to new replies.