Site logo

Archived topic

WP Show Post - Align

3 replies · Started by Eugene on December 2, 2020

Viewing posts 1–4 of 4

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.

This archived topic is closed to new replies.