header-left-right-logo.php 935 B

1234567891011121314
  1. <?php
  2. /**
  3. * Title: Header with site logo on left and button on right
  4. * Slug: livro/header-left-right-logo
  5. * Categories: header
  6. * Block Types: core/template-part/header
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--large, 10rem)","top":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 10rem)"><!-- wp:site-logo {"width":48,"shouldSyncIcon":true} /-->
  11. <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"overlayMenu":"always","overlayBackgroundColor":"background","overlayTextColor":"foreground","style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"x-large"} /--></div>
  12. <!-- /wp:group -->