• Resolved A-minus

    (@a-minus)


    I’ve noticed some CSS display bugs in the editor itself in the last few version… the editor panel floated off to the right, and since this latest plugin version with the advanced options, the editor also obscures the buttons that scroll open when you hit “advanced ⇕.” I am not sure if others have experienced this, or if it’s from a plugin conflict of some kind, but here is the solution I found(in CSS, of course).

    In the plugin folder, my-custom-css/editor, simply edit ace_custom.css and add the following CSS:

    .ace_editor {
    overflow: visible;
    clear:both;
    }

    Cheers,
    A-

    https://wordpress.org/plugins/my-custom-css/

Viewing 1 replies (of 1 total)
  • Anonymous User 357386

    (@anonymized-357386)

    i don’t have see this in my test installation.
    anywat, i test as i soon as possible your fix and put in next release 🙂

    regards,
    S.N.

Viewing 1 replies (of 1 total)
  • The topic ‘Fixing My Custom CSS' CSS (in the editor)’ is closed to new replies.