Viewing 1 replies (of 1 total)
  • I fixed the same problem that the align was set to LEFT after switching the theme from Twentyeleven to Catalyst theme.

    Ans) Open the post-from-site.class.php file in your plugin folder, and comment out the following line.

    // wp_enqueue_style( ‘pfs-min-style’, plugins_url(“includes/minimal.css”,__FILE__) );

    If you know the CSS well, edit the minimal.css file.
    I hope that it will help your case.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Post From Site] makes everything left justified’ is closed to new replies.