block third fixe

This commit is contained in:
ouidade 2024-11-12 12:07:28 +01:00
parent d0d6bee361
commit e4c6eab191
2 changed files with 5 additions and 1 deletions

View File

@ -3273,6 +3273,9 @@ body {
width: 100%;
}
}
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third {
position: fixed;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div {
display: flex;
flex-direction: row;

View File

@ -322,13 +322,14 @@
flex: 0 1 25% !important;
height: fit-content;
margin-top: 1rem;
@media(max-width: 500px){
display: flex;
flex-direction: column;
width: 100%;
}
.block-region-third{
position: fixed;
div{
display: flex;
flex-direction: row;