Skip to content

Commit

Permalink
Update header styles for better Elementor compatibility
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
garikhg committed Feb 18, 2024
1 parent aa39d66 commit 9910dd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/sass/theme/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9910dd5

Please sign in to comment.