• Hi,

    I’m attempting to move the location where the button is shown from the “Add to cart” area so that it is next to the “Out of Stock” text that typically displays in the top right corner of the single product page however I’ll be damned if I can make this actually happen.

    Any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I want to do exactly this – can anyone help?

    Hi,
    I change the button position with a custom css styles.

    Add on my style.css this:

     a.xoo-wl-btn.button.btn {
     position:absolute;
    margin:-10px 0;
    }

    This styles move the button under variation description (on my web). Customize your own styles to get that you want.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Location’ is closed to new replies.