Plugin ruins my admin-layout
-
My admin-layout is crippled because of the text-align justify CSS code that’s overriding the default of WordPress. Why? And why not just use a more specific one for just your plugin?
[code]
.postbox p {
text-align:justify;
padding-left:15px;
padding-right: 15px;
line-height: 1.8;
}
[/code]Another comment: why is parts of your plugin is Spanish in my Dutch language version of WordPress? I would expect English if there’s no Dutch version available, not Spanish.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Plugin ruins my admin-layout’ is closed to new replies.