/*
 * Theme Name: La Lisière Enchantée
 * Theme URI: https://lalisiereenchantee.com/
 * Description: Un thème WordPress premium original, féerique, élégant et moderne, inspiré par l'univers de la forêt enchantée et de l'artisanat magique. Entièrement compatible avec Gutenberg et WooCommerce.
 * Version: 8.2
 * Author: WinnyKing
 * Author URI: https://github.com/WinnyKing
 * Text Domain: la-lisiere-enchantee
 * Domain Path: /languages
 * Requires at least: 6.0
 * Requires PHP: 8.2
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something magical.
 */
.entry-title {
    display: none;
}
div.wp-block-columns {
    display: flex;
    flex-direction: row;
}
style.css
.site-main {
    flex-direction: row;
}
#content {
flex-direction: row;
}
.archive-posts-grid, .woocommerce-archive-wrapper, .entry-content {
    flex-direction: ;
}
.entry-content > :not(.alignfull):not(.wp-block-cover):not(.fairy-hero-wow):not(.fairy-hero-main) {
    display: flex;
    flex-direction: row;

}
.fairy-cards-grid .fairy-card-item {
    width: 250px;
}
div.wp-block-group:nth-child(5) {
    flex-direction: column;
}
