• Resolved bapestars

    (@bapestars)


    i want it to be center bottom and preferably outside of the table?

    this is the code for it

    a.reset_variations {
        margin-left: 0.5em;
    }

    here is an image

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

Viewing 1 replies (of 1 total)
  • Hi @bapestars ,

    If I understand correctly, you want to align the “Clear” button on the variations at the center bottom outside the table, right?


    Link to image: https://d.pr/i/vVhL56

    Moving the button outside the table will require customization on the single-page template. This button is coming from the template: wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php

    You can override this template by following the template override guideline and make necessary changes.

    You use CSS to move the button to the center bottom:

    
    a.reset_variations {
        display: block;
    }
    

    If you need further help with the customization, I will recommend getting in touch with a developer as our support scope is limited in terms of providing customization solutions.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘alignment of the reset link’ is closed to new replies.