assets/css/home.css in word-games-theme-1.0.4 vs assets/css/home.css in word-games-theme-1.0.5
- old
+ new
@@ -13,11 +13,11 @@
.result_navbar_section{
width: 100%;
padding: .8rem 9% !important;
position: sticky;
top: 0px;
- z-index: 999;
+ z-index: 99999;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
@@ -309,10 +309,17 @@
#containerWd {
width: 700px !important;
padding: 0px;
}
+@media (max-width: 500px) {
+ #select_dropDown{
+ top: 220px !important;
+ }
+
+}
+
@media (max-width: 768px) {
.result_navbar_section{
padding: 1.2rem 15px !important;
}
.pageHeaderBg{
@@ -350,16 +357,18 @@
right: 40px;
padding: 9.5px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#select_dropDown {
- bottom: 0;
+ display: none;
+ background: white;
position: fixed;
- width: 50%;
- right: 0;
+ top: 197px;
+ right: 20px;
border-radius: 0;
padding: 7.5px;
- z-index: 99;
+ z-index: 9999999999;
+ width: 50%;
}
.pageHeading h1 {
font-size: 2rem;
}
#containerWd {