Hi,
1) I would like to place the Paypal Button on th right in a single Visual Editor Box. Even though it appear on the right in the visual tab but it is not on the actual website.
The best I can do is making a 2 column row and put the button code on the right.
2) How do I remove the padding of the Row/Visual Editor box.
http://www.bevecobeverage.com/fire-wood-roasted-coffee-bean/
Screenshot
https://www.dropbox.com/s/rb42mx279hqtj2k/Screenshot%202015-04-08%2011.47.30.png?dl=0
https://www.dropbox.com/s/0b18mt72hpq1k0q/Screenshot%202015-04-08%2012.07.50.png?dl=0
https://www.dropbox.com/s/92lz5xde8te43rh/Screenshot%202015-04-08%2012.08.04.png?dl=0
Thank you in advance.
Regards,
John
URL: http://www.bevecobeverage.com/fire-wood-roasted-coffee-bean/
Hi Whynot9802
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/*to align paypal to the right*/ body.page-id-467 #panel-467-1-0-0 p { text-align: right !important; padding-right:10px !important; } /*for the padding*/ #main { padding: 0px 20px !important; }Let me know if it works out for you
Cheers