Manu
Manu

Reputation: 4500

TinyMCE style conflict

Something in my CSS seem to be changing tinyMCE's buttons : alt text

Any ideas on how to fix this ?

Upvotes: 1

Views: 745

Answers (1)

Pekka
Pekka

Reputation: 449385

This is impossible to solve without seeing the full CSS.

The easiest way to find out what the problem is is to inspect the element, in Firefox or Chrome using Right-Click -> "Inspect element" (Firebug needs to be installed in Firefox for this).

The style inspector will tell you where the additional margin or padding comes from.

Upvotes: 4

Related Questions