Product Hero Pattern: Fix button alignment (#42913)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
a9550d8894
commit
505fe17db2
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fixed the alignment issue of the Add to Cart button in WooCommerces Product Hero pattern.
|
|
@ -23,9 +23,13 @@
|
|||
|
||||
<!-- wp:woocommerce/product-price {"isDescendentOfSingleProductBlock":true} /-->
|
||||
|
||||
<!-- wp:woocommerce/product-button -->
|
||||
<div class="wp-block-woocommerce-product-button is-loading"></div>
|
||||
<!-- /wp:woocommerce/product-button -->
|
||||
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:woocommerce/product-button -->
|
||||
<div class="wp-block-woocommerce-product-button is-loading"></div>
|
||||
<!-- /wp:woocommerce/product-button -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:post-excerpt {"__woocommerceNamespace":"woocommerce/product-query/product-summary"} /-->
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue