• Wonderful work friend! As stated in the Topic title, when adding a comment the background color is pushed over and there’s about a 52px wide (give or take a few)… column (for lack of a better word) showing. Is there a way to keep the background color when the inline comments open?

    Thanks for your great work!

    Corey

    https://wordpress.org/plugins/inline-comments/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author kevinweber

    (@kevinweber)

    Hi Corey,
    when I get you right, the following custom CSS will prevent the background colour from changing:
    .incom-comments-wrapper .incom-comment-newest { background: transparent; }

    Best regards,
    Kevin

    Thread Starter cdeahl

    (@cdeahl)

    Hi Kevin,

    That doesn’t seem to be helping. I tried putting the CSS in both the Custom CSS for the them and the CSS for the site (not at the same time). Any other ideas?

    http://www.jessierhines.com/blog

    Pick any post.

    Thanks,
    Corey

    Plugin Author kevinweber

    (@kevinweber)

    Ah, okay, I understood something different. Try this:

    .incom-active {
    background: transparent;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘bg-color pushed over when adding comment?’ is closed to new replies.