18042026 index query

This commit is contained in:
2026-04-18 17:20:24 +05:30
parent 786bd38286
commit 098c3387c8
39 changed files with 5567 additions and 1509 deletions

View File

@@ -26258,12 +26258,14 @@ body[data-elementor-device-mode="widescreen"] .elementor-widget-logico_navigatio
@media only screen and (min-width: 1021px) {
.logico-theme-style-rounded .slide-sidebar-wrapper.slide-sidebar-position-left.active {
right:initial;
left: 20px
left: 20px;
z-index: 100000 !important;
}
.logico-theme-style-rounded .slide-sidebar-wrapper.slide-sidebar-position-right.active {
right: 20px;
left: initial
left: initial;
z-index: 100000 !important;
}
}