This commit is contained in:
Roman Pyrih
2025-06-30 14:38:41 +02:00
parent 3b29c2c8cc
commit dfe8022c11
6 changed files with 39 additions and 1 deletions

View File

@@ -19428,4 +19428,30 @@ body#checkout .cart-voucher {
.an_banner col-sm-3{
width:49%;
display:inline-block;
}
.an_banner {
position: relative;
}
.an_banner .an_banner-link {
position: absolute;
inset: 0;
z-index: 1;
}
body#index .page-home>.row .an_banner{
width: calc(100% / 4 - (20px - 20px / 4)) !important;
max-width: unset !important;
}
@media (max-width: 768px) {
body#index .page-home>.row .an_banner{
width: calc(100% / 2 - (20px - 20px / 2)) !important;
max-width: unset !important;
}
}
@media (max-width: 400px) {
body#index .page-home>.row .an_banner{
width: 100% !important;
max-width: unset !important;
}
}