2023-04-27 08:23:24 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2023-06-21 07:50:12 +00:00
|
|
|
* Title: Centered Header Menu with Search
|
2023-04-27 08:23:24 +00:00
|
|
|
* Slug: woocommerce-blocks/header-centered-menu-with-search
|
|
|
|
* Categories: WooCommerce
|
|
|
|
* Block Types: core/template-part/header
|
|
|
|
*/
|
|
|
|
?>
|
|
|
|
|
2023-08-11 13:31:49 +00:00
|
|
|
<!-- wp:group {"className":"wc-blocks-header-pattern","align":"full","layout":{"type":"constrained"}} -->
|
|
|
|
<div class="wc-blocks-header-pattern wp-block-group alignfull">
|
2023-10-31 12:59:57 +00:00
|
|
|
<!-- wp:columns {"verticalAlignment":"center","isStackedOnMobile":false,"align":"full","style":{"spacing":{"padding":{"top":"24px","bottom":"24px","left":"40px","right":"40px"}}}} -->
|
|
|
|
<div class="wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile" style="padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px">
|
|
|
|
<!-- wp:column {"verticalAlignment":"center","width":"70%","layout":{"type":"default"}} -->
|
|
|
|
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:70%">
|
|
|
|
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left"}} -->
|
|
|
|
<div class="wp-block-group"><!-- wp:site-logo {"shouldSyncIcon":false} /-->
|
|
|
|
<!-- wp:site-title {"style":{"layout":{"selfStretch":"fixed","flexSize":"200px"},"typography":{"fontStyle":"normal","fontWeight":"700"}}} /-->
|
|
|
|
</div>
|
|
|
|
<!-- /wp:group -->
|
2023-04-27 08:23:24 +00:00
|
|
|
</div>
|
2023-10-31 12:59:57 +00:00
|
|
|
<!-- /wp:column -->
|
|
|
|
|
|
|
|
<!-- wp:column {"verticalAlignment":"center","width":""} -->
|
|
|
|
<div class="wp-block-column is-vertically-aligned-center">
|
|
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
|
|
|
|
<div class="wp-block-group">
|
|
|
|
<!-- wp:woocommerce/customer-account {"displayStyle":"icon_only","iconClass":"wc-block-customer-account__account-icon"} /-->
|
|
|
|
<!-- wp:woocommerce/mini-cart {"hasHiddenPrice":true} /-->
|
|
|
|
</div>
|
|
|
|
<!-- /wp:group -->
|
2023-04-27 08:23:24 +00:00
|
|
|
</div>
|
2023-10-31 12:59:57 +00:00
|
|
|
<!-- /wp:column -->
|
2023-04-27 08:23:24 +00:00
|
|
|
</div>
|
2023-10-31 12:59:57 +00:00
|
|
|
<!-- /wp:columns -->
|
2023-04-27 08:23:24 +00:00
|
|
|
|
2023-10-31 12:59:57 +00:00
|
|
|
<!-- wp:separator {"align":"full","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"className":"is-style-wide"} -->
|
|
|
|
<hr class="wp-block-separator alignfull has-alpha-channel-opacity is-style-wide"
|
|
|
|
style="margin-top:0px;margin-bottom:0px" />
|
2023-04-27 08:23:24 +00:00
|
|
|
<!-- /wp:separator -->
|
|
|
|
|
2023-05-12 08:41:58 +00:00
|
|
|
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
|
2023-04-27 08:23:24 +00:00
|
|
|
<div class="wp-block-group">
|
2023-10-31 12:59:57 +00:00
|
|
|
<!-- wp:navigation {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"30px"}}} /-->
|
2023-04-27 08:23:24 +00:00
|
|
|
</div>
|
|
|
|
<!-- /wp:group -->
|
|
|
|
|
|
|
|
<!-- wp:separator {"align":"full","className":"is-style-wide"} -->
|
|
|
|
<hr class="wp-block-separator alignfull has-alpha-channel-opacity is-style-wide" />
|
|
|
|
<!-- /wp:separator -->
|
|
|
|
</div>
|
|
|
|
<!-- /wp:group -->
|