File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
<?php do_action ( 'woocommerce_checkout_before_customer_details ' ); ?>
40
40
41
41
<!-- Checkout Form -->
42
- <div id="customer_details" class="col-md-8">
42
+ <div id="customer_details" class="<?php echo apply_filters ( ' hypermarket_cart_checkout_order_details_offset ' , false ) ? ' col-md-8 ' : ' col-lg-8 ' ; ?> ">
43
43
<div class="row col-1">
44
44
<?php do_action ( 'woocommerce_checkout_billing ' ); ?>
45
45
</div><!-- .col-1 -->
52
52
53
53
<?php endif ; ?>
54
54
55
- <div class="<?php echo apply_filters ('hypermarket_cart_checkout_order_details_offset ' , true ) ? 'col-md -3 col-md -offset-1 ' : 'col-md -4 ' ; ?> padding-top-half padding-bottom">
55
+ <div class="<?php echo apply_filters ('hypermarket_cart_checkout_order_details_offset ' , false ) ? 'col-lg -3 col-lg -offset-1 col-md-4 col-md-offset-0 ' : 'col-lg -4 ' ; ?> padding-top-half padding-bottom">
56
56
<aside>
57
57
<h3 id="order_review_heading" class="sr-only"><?php esc_html_e ( 'Your order ' , 'hypermarket ' ); ?> </h3>
58
58
<?php do_action ( 'woocommerce_checkout_before_order_review ' ); ?>
You can’t perform that action at this time.
0 commit comments