Checkout column

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1662194
    Nicolas de Lorimier
    Participant

    Hi !
    Been expirementing with CSS code but can’t seem to be able to replicate what I want..
    1- Is there a way to put the checkout guest information in two column ?
    2- Also looking for a way to align to center the availability calendar

    Thanks !

    #1662974
    J. Davis
    Keymaster

    Hi Nicolas,
    1. Here is a simple example of CSS code to arrange the checkout form into 2 coulmns:

    @media(min-width:991px){
    section#mphb-customer-details {
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }
    
    section#mphb-customer-details  p{
        width:50%;  
    }
    }

    If you need an advanced layout customization you may contact us and discuss it as a custom order.

    2. Could you please provide the page URL where you wish to align the calendar to the center?

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