We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbee4b8 commit abe164bCopy full SHA for abe164b
astroid/astroid-template-zero/frontend/logo.php
@@ -30,7 +30,7 @@
30
$mobile_logo = $params->get('mobile_logo', false);
31
$stickey_header_logo = $params->get('stickey_header_logo', false);
32
}
33
-$class = ['astroid-logo', 'astroid-logo-' . $logo_type, 'd-flex align-items-center'];
+$class = ['astroid-logo', 'astroid-logo-' . $logo_type, 'd-flex align-items-center align-items-md-start'];
34
?>
35
<!-- logo starts -->
36
<!-- <div class="<?php /* echo implode(' ', $class); */ ?>"> -->
@@ -64,4 +64,4 @@
64
<!-- image logo ends -->
65
<?php endif; ?>
66
<!-- </div> -->
67
-<!-- logo ends -->
+<!-- logo ends -->
0 commit comments