fix bugs responsive
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user