File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -975,8 +975,15 @@ atomic-search-interface#search-v2 {
975975 grid-template-columns : minmax (50% , 100% ) !important ;
976976
977977 @media (min-width : 1024px ) {
978+ & : has (atomic-search-box ) {
979+ grid-template-areas :
980+ "atomic-section-search atomic-section-status"
981+ "atomic-section-facets atomic-section-main "
982+ "atomic-section-facets . " !important ;
983+ }
984+
978985 grid-template-areas :
979- "atomic-section-search atomic-section-status"
986+ "atomic-section-facets atomic-section-status"
980987 "atomic-section-facets atomic-section-main "
981988 "atomic-section-facets . " !important ;
982989
@@ -1024,6 +1031,10 @@ atomic-search-interface#search-v2 {
10241031 width : 100% !important ;
10251032 max-width : 100% !important ;
10261033 }
1034+
1035+ atomic-layout-section [section = "facets" ] {
1036+ margin : var (--atomic-layout-spacing-y ) 0 ;
1037+ }
10271038 }
10281039}
10291040
@@ -1050,10 +1061,6 @@ atomic-search-interface#search-standalone-header {
10501061 }
10511062}
10521063
1053- # atomic-search-box-xqtsq-popup {
1054- z-index : 9999 ;
1055- }
1056-
10571064body : not (: has (.main-layout )) header atomic-search-interface {
10581065 /* Show on landing pages */
10591066 display : block;
Original file line number Diff line number Diff line change 11---
22type : search
33title : Search
4- params :
5- searchOnPage : true
64url : search.html
75---
You can’t perform that action at this time.
0 commit comments