block third position pas fixed

This commit is contained in:
2025-11-12 16:26:53 +01:00
parent 86ce675e66
commit d013d3e45f
2 changed files with 3 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;