Site logo

Archived topic

Custom "Add to Cart" banner for Shop archive

19 replies · Started by nik9 on August 21, 2020

Viewing posts 16–20 of 20

Hi there,

You can move it to the right like this:

.customsticky {
    text-align: right;
}

The spacing around it is from the inline styles added by the plugin. Do they have options for the positioning?

Hi Tom, Thanks. :)

No, there are no option to style that. Maybe I can overwrite that?

Try this:

.customsticky.element-is-sticky {
    width: 100% !important;
}

Perfect! Thanks :=)

You're welcome :)

This archived topic is closed to new replies.