Skip to content

Commit

Permalink
Fix issue Mobile logo not centered on Horizontal mode #611
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Mar 26, 2024
1 parent 887653d commit 38ef700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/frontend/header/horizontal.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</div>
<?php endif; ?>
<?php if ($enable_offcanvas) { ?>
<?php echo '<div class="'.($offcanvas_position === 'offcanvasRight' ? 'd-flex' : 'd-'.$header_breakpoint.'-none d-flex').' ms-4 offcanvas-button offcanvasRight">'; ?>
<?php echo '<div class="'.($offcanvas_position === 'offcanvasRight' ? 'd-flex' : 'd-'.$header_breakpoint.'-none d-flex').' ms-'.$header_breakpoint.'-4 offcanvas-button offcanvasRight">'; ?>
<?php $document->include('offcanvas.trigger', ['offcanvas' => '#astroid-offcanvas', 'visibility' => $offcanvas_togglevisibility, 'effect' => $offcanvas_animation, 'direction' => $offcanvas_direction]); ?>
<?php echo '</div>'; ?>
<?php } ?>
Expand Down

0 comments on commit 38ef700

Please sign in to comment.