CSS bug in categories filter
-
Hello. I’ve just installed your plugin on WP 4.5.3 and it is showing the categories drop down too small. Here is a capture:
https://drive.google.com/file/d/0B4ZIdz9VEIQGNHhpSXNTclFNa28/view?usp=drivesdkAnd the problem comes down to this inline CSS rule in your plugin:
<div class=”ms-parent postform” style=”width: 6.22222px;”>I can make it work just fine if I change that via Chrome console to this:
<div class=”ms-parent postform” style=”width: 40%;”>Can you fix it please?
Thanks!
- The topic ‘CSS bug in categories filter’ is closed to new replies.