Skip to content

Commit

Permalink
small style update for Elementor headers
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSibley committed Apr 3, 2020
1 parent accfc6c commit 04b5e46
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,11 @@ a img {
clear: both;
}

.elementor-location-header ~ .main,
.elementor-location-header ~ .sidebar-primary {
margin-top: 2.25em;
}

.archive-header {
margin: 3em 0 1.5em;
padding: 0 6.25%;
Expand Down
2 changes: 1 addition & 1 deletion rtl.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,9 @@ a img {
.infinite-loader,
#infinite-handle {
clear: both;
}
// Elementor header/footer style fixes
.elementor-location-header ~ .main,
.elementor-location-header ~ .sidebar-primary {
margin-top: $baseline-height * 1.5;
}
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,11 @@ a img {
clear: both;
}

.elementor-location-header ~ .main,
.elementor-location-header ~ .sidebar-primary {
margin-top: 2.25em;
}

.archive-header {
margin: 3em 0 1.5em;
padding: 0 6.25%;
Expand Down
2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 04b5e46

Please sign in to comment.