• The latest update of Offers For Woo has affected the positioning of my offers button, such that it now sits to the right of my buy now button. In the Display Settings it’s set to “After add to cart button”, whioch has previously always placed it under the Buy Now button.

    I’ve tried using some of the associated CSS classes and ID’s to simply add some whitespace, padding or margin, between them, but all attempts have failed.

    Tried classes such as:
    offers-for-woocommerce-add-to-cart-wrap
    single_variation_wrap_angelleye
    ofwc_offer_tab_form_wrap
    offers-for-woocommerce-make-offer-button-single-product
    offers-for-woocommerce-make-offer-button-single-product-lightbox

    Something seems to be preventing the offers button from dropping on to the next line and aligning left. Tried using float:left, display:block and few other things.

    Can anyone help me resolve this pls?

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

Viewing 1 replies (of 1 total)
  • @splashweb1 I’m so sorry for the delay in getting back, I was away for a few days.

    I guess this should have something to do with your theme css. But can you try any of the following and then clear autoptimize cache and check again? I’m sure this will add the space between the 2 buttons.

    .single_variation_wrap_angelleye {
        margin-left: 10px;
    }
    .aofwc-first-div {
        margin-right: 10px;
    }

    Please give it a shot and let me know if you still see any trouble.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Offers Button Not Positioning Correctly’ is closed to new replies.