WordPress Tricks

Accepting Tips or Donations in your site: Buy Us or Buy me a coffee

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;
}

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s