Skip to content

Commit

Permalink
Update stacked block 2 postion style
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Oct 19, 2022
1 parent 76fedbf commit b3099fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework/frontend/header/stacked.php
Expand Up @@ -291,15 +291,15 @@
// header nav ends
// header block starts
if ($block_2_type == 'position') {
echo '<div class="d-flex justify-content-end py-3 align-items-center">';
echo '<div class="header-block-item">';
echo '<div class="d-flex justify-content-end py-3">';
echo '<div class="d-flex align-items-center header-block-item">';
echo $document->position($block_2_position, 'xhtml');
echo '</div>';
echo '</div>';
}
if ($block_2_type == 'custom') {
echo '<div class="d-flex justify-content-end py-3 align-items-center">';
echo '<div class="header-block-item">';
echo '<div class="d-flex justify-content-end py-3">';
echo '<div class="d-flex align-items-center header-block-item">';
echo $block_2_custom;
echo '</div>';
echo '</div>';
Expand Down

0 comments on commit b3099fa

Please sign in to comment.