• Resolved lucianogra

    (@lucianogra)


    In payment page of storefront theme the shipping request information is displayed in one single column. Each letter is displayed vertically.
    From the inspection can see shipping information in one column.
    thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lucianogra

    (@lucianogra)

    I solved to set max-width how to see below:

    /*Pagina checkout*/
    #customer_details.col2-set .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 100%;
    }

    #customer_details.col2-set .col-2 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 100%;
    }/*allargare la colonna del form per la fatturazione nel checkout*/

    RK a11n

    (@riaanknoetze)

    Hi there,

    Glad to hear you’ve managed to get to the bottom of that ??. This is usually a result of using a conflicting plugin – especially ones that load the bootstrap css framework. That said, the CSS you shared will fix that – Good job!

    Thread Starter lucianogra

    (@lucianogra)

    Ok
    tank

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘in payment page shipping information is displayed in one single column’ is closed to new replies.