fix bugs responsive

This commit is contained in:
2024-11-08 13:42:08 +01:00
parent 233d268049
commit cefa8f0acd
3 changed files with 18 additions and 0 deletions

View File

@@ -943,6 +943,11 @@ footer {
left: 45%;
}
}
@media (max-width: 510px) {
.slick-prev {
right: 39%;
}
}
[dir=rtl] .slick-prev {
left: auto;
right: -25px;
@@ -975,6 +980,11 @@ footer {
right: 47%;
}
}
@media (max-width: 510px) {
.slick-next {
right: 45%;
}
}
[dir=rtl] .slick-next {
left: -25px;
right: auto;
@@ -3013,6 +3023,7 @@ body {
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first {
position: relative;
width: 100% !important;
top: 0;
}
}
.node-type-site .layout--threecol-25-50-25 .layout__region--first div {