ssss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
24 additions
and
4 deletions
| ... | @@ -14700,7 +14700,7 @@ input[type=checkbox] { | ... | @@ -14700,7 +14700,7 @@ input[type=checkbox] { |
| 14700 | } | 14700 | } |
| 14701 | @media only screen and (max-width: 500px) { | 14701 | @media only screen and (max-width: 500px) { |
| 14702 | .pre-header { | 14702 | .pre-header { |
| 14703 | font-size: 14px; | 14703 | font-size: 13px; |
| 14704 | } | 14704 | } |
| 14705 | } | 14705 | } |
| 14706 | .pre-header .sponsored { | 14706 | .pre-header .sponsored { |
| ... | @@ -14711,6 +14711,18 @@ input[type=checkbox] { | ... | @@ -14711,6 +14711,18 @@ input[type=checkbox] { |
| 14711 | margin-left: 30px; | 14711 | margin-left: 30px; |
| 14712 | } | 14712 | } |
| 14713 | @media only screen and (max-width: 768px) { | 14713 | @media only screen and (max-width: 768px) { |
| 14714 | .pre-header .sponsored .logo { | ||
| 14715 | width: 130px; | ||
| 14716 | margin-left: 20px; | ||
| 14717 | } | ||
| 14718 | } | ||
| 14719 | @media only screen and (max-width: 500px) { | ||
| 14720 | .pre-header .sponsored .logo { | ||
| 14721 | width: 130px; | ||
| 14722 | margin-left: 10px; | ||
| 14723 | } | ||
| 14724 | } | ||
| 14725 | @media only screen and (max-width: 768px) { | ||
| 14714 | .pre-header .desktop { | 14726 | .pre-header .desktop { |
| 14715 | display: none; | 14727 | display: none; |
| 14716 | } | 14728 | } | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -7,13 +7,21 @@ | ... | @@ -7,13 +7,21 @@ |
| 7 | font-size: 15px; | 7 | font-size: 15px; |
| 8 | } | 8 | } |
| 9 | @media only screen and (max-width: 500px) { | 9 | @media only screen and (max-width: 500px) { |
| 10 | font-size: 14px; | 10 | font-size: 13px; |
| 11 | } | 11 | } |
| 12 | .sponsored { | 12 | .sponsored { |
| 13 | text-align: right; | 13 | text-align: right; |
| 14 | .logo { | 14 | .logo { |
| 15 | width: 149px; | 15 | width: 149px; |
| 16 | margin-left: 30px; | 16 | margin-left: 30px; |
| 17 | @media only screen and (max-width: 768px) { | ||
| 18 | width: 130px; | ||
| 19 | margin-left: 20px; | ||
| 20 | } | ||
| 21 | @media only screen and (max-width: 500px) { | ||
| 22 | width: 130px; | ||
| 23 | margin-left: 10px; | ||
| 24 | } | ||
| 17 | } | 25 | } |
| 18 | } | 26 | } |
| 19 | .desktop{ | 27 | .desktop{ | ... | ... |
| ... | @@ -140,7 +140,7 @@ do_action( 'woocommerce_before_cart' ); ?> | ... | @@ -140,7 +140,7 @@ do_action( 'woocommerce_before_cart' ); ?> |
| 140 | 140 | ||
| 141 | <?php if ( wc_coupons_enabled() ) { ?> | 141 | <?php if ( wc_coupons_enabled() ) { ?> |
| 142 | <div class="coupon"> | 142 | <div class="coupon"> |
| 143 | <label for="coupon_code"><?php esc_html_e( 'Coupon:', 'woocommerce' ); ?></label> <input type="text" name="coupon_code" class="input-text form-control" id="coupon_code" value="" placeholder="<?php esc_attr_e( 'Coupon code', 'woocommerce' ); ?>" /> <button type="submit" class="btn btn-outline-primary" name="apply_coupon" value="<?php esc_attr_e( 'Apply SJGHC Staff Coupon Code', 'woocommerce' ); ?>"><?php esc_attr_e( 'Apply SJGHC Staff Coupon Code', 'woocommerce' ); ?></button> | 143 | <label for="coupon_code"><?php esc_html_e( 'Coupon:', 'woocommerce' ); ?></label> <input type="text" name="coupon_code" class="input-text form-control" id="coupon_code" value="" placeholder="<?php esc_attr_e( 'Coupon code', 'woocommerce' ); ?>" /> <button type="submit" class="btn btn-outline-primary" name="apply_coupon" value="<?php esc_attr_e( 'Apply SJHCG Staff Coupon Code', 'woocommerce' ); ?>"><?php esc_attr_e( 'Apply SJHCG Staff Coupon Code', 'woocommerce' ); ?></button> |
| 144 | <?php do_action( 'woocommerce_cart_coupon' ); ?> | 144 | <?php do_action( 'woocommerce_cart_coupon' ); ?> |
| 145 | </div> | 145 | </div> |
| 146 | <?php } ?> | 146 | <?php } ?> | ... | ... |
| ... | @@ -36,7 +36,7 @@ if ( ! wc_coupons_enabled() ) { // @codingStandardsIgnoreLine. | ... | @@ -36,7 +36,7 @@ if ( ! wc_coupons_enabled() ) { // @codingStandardsIgnoreLine. |
| 36 | </p> | 36 | </p> |
| 37 | 37 | ||
| 38 | <p class="form-row form-row-last"> | 38 | <p class="form-row form-row-last"> |
| 39 | <button type="submit" class="btn btn-outline-primary" name="apply_coupon" value="<?php esc_attr_e( 'Apply SJGHC Staff Coupon Code', 'woocommerce' ); ?>"><?php esc_html_e( 'Apply SJGHC Staff Coupon Code', 'woocommerce' ); ?></button> | 39 | <button type="submit" class="btn btn-outline-primary" name="apply_coupon" value="<?php esc_attr_e( 'Apply SJHCG Staff Coupon Code', 'woocommerce' ); ?>"><?php esc_html_e( 'Apply SJHCG Staff Coupon Code', 'woocommerce' ); ?></button> |
| 40 | </p> | 40 | </p> |
| 41 | 41 | ||
| 42 | <div class="clear"></div> | 42 | <div class="clear"></div> | ... | ... |
-
Please register or sign in to post a comment