block third position pas fixed
This commit is contained in:
@@ -3990,9 +3990,6 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third {
|
|
||||||
position: fixed;
|
|
||||||
}
|
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -4026,7 +4023,7 @@ body {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
font-family: "gilroy-light";
|
font-family: "gilroy-light";
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.6rem;
|
font-size: 0.7rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
border-bottom: solid black 1px;
|
border-bottom: solid black 1px;
|
||||||
|
|||||||
@@ -368,7 +368,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.block-region-third{
|
.block-region-third{
|
||||||
position: fixed;
|
// position: fixed;
|
||||||
// width: 80%;
|
// width: 80%;
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -398,7 +398,7 @@
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
font-family: "gilroy-light";
|
font-family: "gilroy-light";
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.6rem;
|
font-size: 0.7rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
border-bottom: solid black 1px;
|
border-bottom: solid black 1px;
|
||||||
|
|||||||
Reference in New Issue
Block a user