assets/css/blog.css in word-games-theme-1.9.5 vs assets/css/blog.css in word-games-theme-1.9.6
- old
+ new
@@ -1,5 +1,23 @@
+
+.wordgametheme-sidebar-right,
+.wordgametheme-sidebar-left {
+ min-width: 220px;
+ max-width: fit-content;
+ height: 100vh;
+ min-height: 300px;
+ max-height: fit-content;
+ top: 65px;
+ position: fixed;
+}
+.wordgametheme-sidebar-left {
+ left: 75px;
+}
+.wordgametheme-sidebar-right {
+ right: 75px;
+}
+
/* default css */
a {
text-decoration: none !important;
}
@@ -344,11 +362,14 @@
padding-top: 75px;
display: inline-block;
}
@media (max-width: 768px) {
-
+ .wordgametheme-sidebar-right,
+ .wordgametheme-sidebar-left {
+ display: none;
+ }
.navbar {
padding-left: 7% !important;
padding-right: 7% !important;
}
@@ -391,6 +412,23 @@
padding-right: 30px;
margin: 0;
}
-}
\ No newline at end of file
+}
+
+@media screen and (min-width: 1450px){
+ .wordgametheme-sidebar-left{
+ left: 194px !important;
+ }
+ .wordgametheme-sidebar-right{
+ right: 194px !important;
+ }
+}
+@media screen and (min-width: 1920px){
+ .wordgametheme-sidebar-left{
+ left: 313px !important;
+ }
+ .wordgametheme-sidebar-right{
+ right: 313px !important;
+ }
+}