Hey David-Martin,
thanks for the code.
I have double checked it, and that one was not the correct working olution for my problems.
But i figured out a code which is working fine and solving all of this problems.
.woocommerce-checkout #customer_details {
width: auto!important;
float: left!important;
padding-right: 5px!important;
padding-bottom: 15px!important;
}
.checkout.wgm-second-checkout #order_review {
float: left!important;
width: 65%!important;
padding-left: 25px!important;
}
.woocommerce .wgm-second-checkout .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
width: 100%!important;
}
just if anybody else need this solution for the german market plugin.
cheers.
J