Viewing 1 replies (of 1 total)
  • Plugin Author cartpauj

    (@cartpauj)

    Sounds like your WP theme is setting a display:block on all images.

    Try adding this CSS at the bottom of your theme’s style.css file

    div#wpf-wrapper img {
      display:inline !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Post option buttons showing vertically’ is closed to new replies.