From 9910dd52454c6e03f1fa3abea8f206792cc82378 Mon Sep 17 00:00:00 2001 From: garikhg Date: Mon, 19 Feb 2024 01:15:54 +0400 Subject: [PATCH] Update header styles for better Elementor compatibility Updated the `.site-header` class in our Elementor theme's `_header.scss` file to improve compatibility with WP-Kit. Added CSS properties including `flex-wrap`, improved padding, and relative positioning to ensure a flawless integration with updated WP-Kit Elementor features. --- assets/sass/theme/_header.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/sass/theme/_header.scss b/assets/sass/theme/_header.scss index 71512ca..0d897f6 100644 --- a/assets/sass/theme/_header.scss +++ b/assets/sass/theme/_header.scss @@ -10,6 +10,12 @@ padding-block-start: 1rem; /* 16/16 */ padding-block-end: 1rem; /* 16/16 */ position: relative; + + .header-inside { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + } } // Changed from .site-logo