2022-10-06 13:16:32 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2023-04-20 14:46:15 +00:00
|
|
|
* Title: Minimal Header
|
2022-11-04 10:59:20 +00:00
|
|
|
* Slug: woocommerce-blocks/header-minimal
|
2022-10-06 13:16:32 +00:00
|
|
|
* Categories: WooCommerce
|
2022-11-28 11:11:08 +00:00
|
|
|
* Block Types: core/template-part/header
|
2022-10-06 13:16:32 +00:00
|
|
|
*/
|
|
|
|
?>
|
2022-11-04 10:59:20 +00:00
|
|
|
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"2%","bottom":"16px","left":"2%","top":"16px"},"margin":{"top":"0px","bottom":"0px"}}},"className":"sticky-header","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
|
2023-04-20 14:46:15 +00:00
|
|
|
<div class="wp-block-group alignfull sticky-header" style="margin-top:0px;margin-bottom:0px;padding-top:16px;padding-right:2%;padding-bottom:16px;padding-left:2%"><!-- wp:group {"style":{"spacing":{"blockGap":"40px"}},"layout":{"type":"flex","flexWrap":"wrap"}} -->
|
|
|
|
<div class="wp-block-group"><!-- wp:site-logo {"shouldSyncIcon":false,"className":"is-style-default"} /-->
|
|
|
|
<!-- wp:site-title /--></div>
|
2022-12-23 09:08:44 +00:00
|
|
|
<!-- /wp:group -->
|
2022-10-06 13:16:32 +00:00
|
|
|
|
2022-12-23 09:08:44 +00:00
|
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"8px"},"typography":{"fontSize":"13px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
|
2023-04-20 14:46:15 +00:00
|
|
|
<div class="wp-block-group" style="font-size:13px"><!-- wp:woocommerce/mini-cart {"hasHiddenPrice":true,"style":{"typography":{"fontSize":"14px"}}} /-->
|
2022-12-23 09:08:44 +00:00
|
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"16px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
2023-04-20 14:46:15 +00:00
|
|
|
<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"always","layout":{"type":"flex","justifyContent":"left"},"style":{"typography":{"fontSize":"24px"}}} /-->
|
2022-12-23 09:08:44 +00:00
|
|
|
<!-- wp:separator {"className":"is-style-wide"} -->
|
|
|
|
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
|
2023-04-20 14:46:15 +00:00
|
|
|
<!-- /wp:separator --></div>
|
|
|
|
<!-- /wp:group --></div>
|
|
|
|
<!-- /wp:group --></div>
|
2022-10-06 13:16:32 +00:00
|
|
|
<!-- /wp:group -->
|