It’s a widget issue, really. When I display posts with the short code widget, a lot of my formatting goes away. For example, on my single post page, the first sentence has proper paragraph spacing, but on the display posts/blog page, the paragraph spacing is ignored. Because of this, the content begins without padding under the featured image, and the single post page has proper padding. How can I remedy this?
Is this a comparison between WPSP list and the default blog post list? If so, it makes sense that the 2 have different formatting as WP Show post lists have their own layout/formatting independent of the theme’s depending on how they are set.
The remedy here is to write a CSS for WPSP to replicate the format the theme does or vice versa. You try to do everything within the UI settings first, then use custom CSS for things that can’t be done within the UI settings.