Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

checkout from 2 columns to 1 column on mobile

  • billing_last_name and billing_first_name columns. How can I get to show only one column on mobile devices?

    billing_address_1 and billing_phone. How can I get to show only one column on mobile devices?

    https://f1buy.net/

  • Found the right way

    .form-row-wide,
    .form-row-first,
    .form-row-last {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    }

    @media (min-width: 368px){
    .form-row-first {
    width: 47% !important;
    float: left !important;
    margin-right: 5.8% !important;
    clear: both !important;
    }
    .form-row-last {
    width: 47% !important;
    float: right !important;
    margin-right: 0 !important;
    clear: none !important;
    }
    }

  • Glad to hear you found a solution

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.