Archived topic
WP Show Post - Align
3 replies · Started by Eugene on December 2, 2020
Hi Support,
I am facing issues with the WP-Show Post. The Align post list is missing the title and the image is not aligned to the side.
How can this be fixed?
Hi there,
for the align to work you must add the shortcode inside a HTML DIV with a class of: wpsp-align. So in your page editor code view it would be like this:
<div class="wpsp-align">
// The WPSP Shortcode here
</div>
Thank you. Fixed.
Glad to hear that.
For reference the original Site import has some Posts that explain most of how Dispatch works, here for example is how WPSP works with it: