• I am using Brizy editor. After I add the plugin, it seems like Add to Cart button is at the side, even I opt for “After Add to Cart” button.

    Any solution to this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @sarahyap,

    I checked our demo site of WPC Frequently Bought together but there is no issue as you mentioned. You can check demo sites in the below link.
    https://demo.wpclever.net/woobt/

    There might be an incompatibility with your theme and other plugins

    In order to check if this is an issue triggered by another plugin or from inside our plugin, please follow my below instructions. I need to make sure that our plugin is functional with the basic WooCommerce & theme on your site or not.

    – Create a full backup of your site and keep it in a safe place.

    – Updates all current active plugins on your site to the latest versions, and so do WooCommerce and WordPress, too.

    – Switch the theme on your site to the WPClever theme.

    – Deactivate all other plugins, except for WooCommerce & our plugin.

    – Check the front-end behavior.

    Please follow these steps. If after taking these steps and our plugin is working again, then it’s another plugin or theme on your site that has caused this, you can find that out by deactivating plugins one by one to find the culprit.

    Best regards.

    @sarahyap I fixed it by changing the CSS flexbox direction to column.

    .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    	flex-direction: column ;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to push Add to cart button down?’ is closed to new replies.