We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
If we set image "Image size" to eg thumbnail-150x150 and "Image alignment" to left, the desktop view is correct.
.wp-show-posts-image.wpsp-image-left { float: left; margin-right: 1.5em; }
If we change the view to mobile image changes float to none.
.wp-show-posts-image.wpsp-image-left, .wp-show-posts-image.wpsp-image-right { float: none; margin-right: 0; margin-left: 0; }
An example in the right sidebar at https://gpsites.co/dispatch/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
If we set image "Image size" to eg thumbnail-150x150 and "Image alignment" to left, the desktop view is correct.
If we change the view to mobile image changes float to none.
An example in the right sidebar at https://gpsites.co/dispatch/
The text was updated successfully, but these errors were encountered: