Skip to content

Commit

Permalink
Fix issue wrong display in Classic mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Oct 24, 2024
1 parent eb18c0d commit eadf01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/elements/articles/articles.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
echo '<div class="col order-1">';
}

echo '<div class="'.($layout == 'overlay' || $enable_image_cover ? 'card-img-overlay as-light z-1' : 'order-1 card-body' ) . $card_size.'">'; // Start Card-Body
echo '<div class="'.($layout == 'overlay' ? 'card-img-overlay as-light z-1' : 'order-1 card-body' ) . $card_size.'">'; // Start Card-Body

if ($media_position == 'inside') {
echo $media;
Expand Down

0 comments on commit eadf01c

Please sign in to comment.