Title: Inline Paypal Button
Last modified: April 5, 2022

---

# Inline Paypal Button

 *  Resolved [kukialemay](https://wordpress.org/support/users/kukialemay/)
 * (@kukialemay)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/inline-paypal-button/)
 * Is it possible to configure “paypal” and “pay later” button to display inline
   i.e. next to each other rather than in blocks?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/inline-paypal-button/#post-15526775)
 * Hi [@kukialemay](https://wordpress.org/support/users/kukialemay/),
 * Yes, with some simple CSS you can make the buttons render inline rather than 
   on their own row. The CSS you write depends on the page you’re referring to, 
   i.e. product page, cart page, checkout page.
 * Are you able to share your site so we can provide an example?
 * Kind Regards,
 *  Thread Starter [kukialemay](https://wordpress.org/support/users/kukialemay/)
 * (@kukialemay)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/inline-paypal-button/#post-15529249)
 * my site is on local server so I am unable to share, but i am attempting to do
   this on a single product page. Can you point me which <div> and/or css selector,
   I could be working with?
 * Thank you for your prompt response, and a great plugin!
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/inline-paypal-button/#post-15529525)
 * [@kukialemay](https://wordpress.org/support/users/kukialemay/),
 * There is actually an option on the Edit Product page > Braintree Settings where
   you can set the buttons to inline. If you have many products, then CSS makes 
   more sense as you can target all product pages.
 *     ```
       .wc-braintree-paypal-product-checkout-container .wc-braintree-paypal-button.paylater-active .paypal-buttons{
           flex: 0 0 calc(50% - 1px) !important;
           margin: 0 !important;
       }
       ```
   
 * If you have a moment we always appreciate a good review. [https://wordpress.org/support/plugin/woo-payment-gateway/reviews/](https://wordpress.org/support/plugin/woo-payment-gateway/reviews/)
 * Kind Regards,
 *  Thread Starter [kukialemay](https://wordpress.org/support/users/kukialemay/)
 * (@kukialemay)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/inline-paypal-button/#post-15532617)
 * Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Inline Paypal Button’ is closed to new replies.

 * ![](https://ps.w.org/woo-payment-gateway/assets/icon-256x256.png?rev=2142799)
 * [Payment Plugins Braintree For WooCommerce](https://wordpress.org/plugins/woo-payment-gateway/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-payment-gateway/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-payment-gateway/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-payment-gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-payment-gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-payment-gateway/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [kukialemay](https://wordpress.org/support/users/kukialemay/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/inline-paypal-button/#post-15532617)
 * Status: resolved