Those who are creators, artists, teachers, service providers and have websites, they can use this Tip Jar WP plugins to accept tips or donations etc. Actually I found one of my client using this plugins and i helped her configuring it and did some css changes to make it fit by changing the width and font size. If you are using you can ask question in the comments section.
Here is the css code i used to modify.
.tip-jar-wp-element {
max-width: 500px !IMPORTANT;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom:25px !important;
}
header.tip-jar-wp-header.small-header {
display: inline-block !IMPORTANT;
width: 100% !IMPORTANT;
height: 140px !IMPORTANT;
}
h2.tip-jar-wp-header-subtitle {
font-size: 16px !IMPORTANT;
display: block !IMPORTANT;
line-height: 21px !IMPORTANT;
margin-left: auto !IMPORTANT;
margin-right: auto !IMPORTANT;
text-align: center !IMPORTANT;
}