Skip to content

Commit

Permalink
Update Sticky Off Canvas style
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Oct 8, 2022
1 parent d572854 commit b1e2230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion framework/frontend/header/sticky.php
Expand Up @@ -90,7 +90,9 @@
}
?>
<?php if ($enable_offcanvas) { ?>
<?php $document->include('offcanvas.trigger', ['offcanvas' => '#astroid-offcanvas', 'visibility' => $offcanvas_togglevisibility, 'effect' => $offcanvas_animation, 'direction' => $offcanvas_direction]); ?>
<?php echo '<div class="d-flex ms-3 offcanvas-button offcanvasRight">'; ?>
<?php $document->include('offcanvas.trigger', ['offcanvas' => '#astroid-offcanvas', 'visibility' => $offcanvas_togglevisibility, 'effect' => $offcanvas_animation, 'direction' => $offcanvas_direction]); ?>
<?php echo '</div>'; ?>
<?php } ?>
<?php if ($block_1_type != 'blank') : ?>
<div class="header-right-block d-none d-lg-block align-self-center px-2">
Expand Down

0 comments on commit b1e2230

Please sign in to comment.