Site logo

Archived topic

Align Checkout Page Button

3 replies · Started by Ash on May 29, 2020

Viewing posts 1–4 of 4

Hi

I have a find address button on the checkout page but I can't seem to get it to align properly, any ideas?

Thanks

Hi there,

i am not seeing the Find Address button on the site - What am i missing ?

Sorry it's only for UK postcodes change country to United Kingdom.

Also any idea how to align the shipping method radio buttons

Sorry my bad - cache needed clearing.
Couldn't find a more elegant way - but you can try this CSS:

@media (min-width: 769px) {
    .woocommerce .gazchaps-getaddress-io-lookup-button {
        margin-top: 9px !important;
        width: 100%; /* optional */
    }
}
This archived topic is closed to new replies.