Skip to content

Commit 19c5f96

Browse files
committed
Updated checkout container class names
1 parent f501f35 commit 19c5f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

woocommerce/checkout/form-checkout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<?php do_action( 'woocommerce_checkout_before_customer_details' ); ?>
4040

4141
<!-- 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'; ?>">
4343
<div class="row col-1">
4444
<?php do_action( 'woocommerce_checkout_billing' ); ?>
4545
</div><!-- .col-1 -->
@@ -52,7 +52,7 @@
5252

5353
<?php endif; ?>
5454

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">
5656
<aside>
5757
<h3 id="order_review_heading" class="sr-only"><?php esc_html_e( 'Your order', 'hypermarket' ); ?></h3>
5858
<?php do_action( 'woocommerce_checkout_before_order_review' ); ?>

0 commit comments

Comments
 (0)