PurpleFox
-
Posts
27 -
Joined
-
Last visited
Community Answers
-
PurpleFox's post in How to left-align images in a blog posts was marked as the answer
This code from @tuanphan is working :
div.blog-body-wrapper .sqs-block-image-figure {
margin-left: 0 !important;
}