Viewing 3 replies - 1 through 3 (of 3 total)
  • @sarahjanes88 It is not a coding issue. If you will switch to some default theme like Twenty Sixteen, you will see the “button” appears below the short description. Your current theme is putting the button at that place.

    However, you can change the position of the button, you need to override “class-wc-Woocommerce-Catalog-Enquiry-frontend.php” and file path is “woocommerce-catalog-enquiry/classes”.

    Please change the add_action priority as per you required position (100-15 ) at line 146 and 149.

    Let me know if you need any further clarification.

    Regards,
    Moumita

    Thread Starter sarahjanes88

    (@sarahjanes88)

    That worked, thanks for you help!

    I guess that I will need to update the priority whenever there is a plugin update?

    @sarahjanes88 Please apply all the changes in your child theme so that, you won’t loose the modification while updating the plugin.

    Regards,
    Moumita

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

The topic ‘Enquiry Button is in Wrong Spot (not css)?’ is closed to new replies.