Skip to main content

How can I move the "Website Integration" checkout icon to the left?

Here's how you can shift the icon location using some custom CSS

Jake Scotto avatar
Written by Jake Scotto
Updated today

This feature is available on all Goodshuffle Pro Plans.

If you need to shift your Website Integration checkout icon, you can use the following CSS code snippet, pasted wherever you inject custom CSS code:

gspro-wishlist {
right: 250px !important;
}

The 250px can be adjusted to fit where you'd like - the larger the number, the further left on screen your icon will move. The default is 24px.

Here's a quick example of the default:

This example shows the icon moved from 24px out to 250px

Did this answer your question?