Hello me and a friend made an addmefast bot and we are trying to sell it so I've registered a .tk domain last night, installed wordpress, build the website to a level and installed the Paid Downloads Plugins which is fine but my problem is that I can't center the Paid Download's button "buy now".
The button has this form :
I have tried everything in the html tab like
or
, but with no result. Sometimes I can see when changing to Visual editor that the container is in the center of my blog post but when I refresh the page it remains at the left side.
Sorry if this sounds noob but I can't fix it myself thats why II am posting here.
The button has this form :
Code:
[paiddownloads id="1"]
Code:
<center> [paiddownloads id="1"] </center>
Code:
<p style="text-align: center;">[paiddownloads id="1"]</p>
Sorry if this sounds noob but I can't fix it myself thats why II am posting here.