Hi,
As of now there is no such configuration option to limit images per row or per post.
Hope that helps.
There is an Image Style option in the PrintFriendly & PDF plugin Settings. There you can choose how you would like images aligned.
Go to your WordPress admin > Settings > PrintFriendly & PDF > Image Style
Another way is using our Custom CSS feature. Requires some knowledge of CSS.
Here’s a couple of articles to use the PrintFriendly & PDF Custom CSS.
– Basic info onPrintFriendly & PDF Custom CSS .
– How to create the CSS file in WordPress
Thread Starter
2ric
(@2ric)
printfriendly
I tried to create rightful css in many ways, but it always get error.
Maybe little help?
#printfriendly img{
float:left;
margin-top: 12px;
margin-right: 12px;
display: inline-block;
text-align: left;
}
What am i doing wrong?