Checkout page layout

Hi Guys,

We just started to use Beaver Builder. Till now we like the product!
Question:
Is there a ccs code to correct the layout of our checkout page (WooCommerce).
Two items are not lining up well:

  • paypal selection button and image
  • newsletter seclection box and text

Link:
(https://www.liberclick.nl/afrekenen/)

  • Safari browser
  • Wpress 4.3

Regards,
Ben

Hey Ben,

Welcome to the forums and thanks for getting in touch! Unfortunately, this isn’t really Beaver Builder related as that area is being generated by WooCommerce. Feel free to contact their support team and they should be able to assist you with the CSS or changes needed. Hope that helps and let us know how it goes!

Best,
Billy

Thanks Billy,

Are you quite sure?
With 3 different themes we have no issues at all.
Could it be related to the Beaver module Woocommerce?

Regards,
Ben

Hey Ben,

The CSS snippet below should fix the checkbox problem.

#subscribe_to_aweber_field .checkbox input[type="checkbox"] {
  position: static;
}

The only payment option I see is for Stripe though, no Paypal. Or is that what you’re referring to? It looks fine on my end. Do you mind grabbing a screenshot? You can upload it to imgur and paste the link here.

Ben

Fixed !
Thanks Ben.

Regards,
Ben

No worries! Enjoy BB! :slight_smile:

Ben