This commit is contained in:
Roman Pyrih
2026-03-10 13:04:41 +01:00
parent 258bd71644
commit 1892380ceb
4 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,20 @@
.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
width: calc(100% - 160px);
@media (max-width: 768px) {
width: 100%;
}
}
.elementor-swiper-button {
svg {
path {
@media (max-width: 768px) {
fill: #fff;
}
}
}
}
#header-nav {