Skip to content

Commit 4b83b0d

Browse files
ENGCOM-7253: [bugfix] The store logo is missing when using the Magento_blank theme #27497
- Merge Pull Request #27497 from vasilii-b/magento2:theme-blank-logo-missing-on-storefront - Merged commits: 1. 100d6f1
2 parents def8a07 + 100d6f1 commit 4b83b0d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9+
<body>
10+
<referenceBlock name="logo">
11+
<arguments>
12+
<argument name="logo_width" xsi:type="number">170</argument>
13+
</arguments>
14+
</referenceBlock>
15+
</body>
16+
</page>

app/design/frontend/Magento/blank/Magento_Theme/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
}
369369

370370
.logo {
371-
margin: -8px auto 25px 0;
371+
margin: 0 auto 25px 0;
372372

373373
img {
374374
max-height: inherit;

0 commit comments

Comments
 (0)