Hello,
Please add it anywhere where you add the Custom CSS.
.search_jobs .search_region,input.select2-search__field{
background-color: #fff;
border-radius: 4px;
padding: 7px 14px;
line-height: 1.75;
}
.select2-container[class*="open"] {
z-index: 9999;
background: #fff;
border: 1px solid #cccc;
max-width: 100% !important
}
span#select2-search_region-container {
display: inline-block;
width: 95%;
}
span.select2-dropdown.select2-dropdown--below {
display: inline-block;
}
.select2-search{
z-index:0
}
span.select2-container.select2-container--default.select2-container--open .select2-search{
z-index:99999
}
.select2-container {
max-width: 100% !important;
}
.select2-results li{
cursor:pointer
}
body.wp-job-manager-categories-multi-enabled:not(.home) .search_jobs .search_categories{
margin-bottom:5px
}
ul.select2-selection__rendered {
margin: 0;
}
.select2-search,.select2-results{
padding:0
}
input.select2-search__field {
padding-left: 1em;
padding-right: 1em;
width:100% !important
}
.select2-search input{
margin:0
}
.select2-container[class*="open"] input.select2-search__field{
padding:5px
}
@media(min-width:768px){
body.wp-job-manager-categories-multi-enabled:not(.home) .search_jobs .search_categories{
margin-top: 10px
}
}
I hope it will be helpfull for you.
I fixed:
– the width of the containers element (now you can click for whole container and you can open drop-down list),
– the container of “select category”,
– z-index of elements drop-down, because they were under your content of listings.
– the general look.
-
This reply was modified 5 years, 9 months ago by kibus90.
-
This reply was modified 5 years, 9 months ago by kibus90.
-
This reply was modified 5 years, 9 months ago by kibus90.