Add new documents end header RWD

This commit is contained in:
Roman Pyrih
2024-08-06 11:50:35 +02:00
parent cdb477fe2a
commit 4c9edc5bd9
5 changed files with 116 additions and 5 deletions

BIN
CARTE DE GARANTIE VIDOK.pdf Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -310,6 +310,11 @@ input[id^=eael-tabs-filter-type-]:checked::after {
font-weight: 700; font-weight: 700;
font-family: "Manrope", Sans-serif; font-family: "Manrope", Sans-serif;
} }
@media (max-width: 900px) {
#home-hero-slider .premium-carousel-inner .slick-dots > li:before {
font-size: 20px;
}
}
#home-hero-slider .premium-carousel-inner .slick-dots > li:first-child::after { #home-hero-slider .premium-carousel-inner .slick-dots > li:first-child::after {
content: ""; content: "";
position: absolute; position: absolute;
@@ -378,6 +383,28 @@ input[id^=eael-tabs-filter-type-]:checked::after {
left: 15px; left: 15px;
background: #000; background: #000;
} }
@media (max-width: 1100px) {
#home-hero-slider .premium-carousel-inner .slick-dots {
left: 70%;
}
}
@media (max-width: 900px) {
#home-hero-slider .premium-carousel-inner .slick-dots {
left: 60%;
bottom: 6%;
}
}
@media (max-width: 768px) {
#home-hero-slider .premium-carousel-inner .slick-dots {
left: 50%;
transform: translateX(-50%);
}
}
@media (max-width: 768px) {
#home-hero-slider .slide-text-box {
bottom: 15%;
}
}
.product-gallery-colors .show-more-colors .premium-button-text-icon-wrapper { .product-gallery-colors .show-more-colors .premium-button-text-icon-wrapper {
display: flex; display: flex;
@@ -619,7 +646,6 @@ body.page-id-729 .custom-bg-v .elementor-widget-container::before {
width: -moz-fit-content; width: -moz-fit-content;
width: fit-content; width: fit-content;
margin: 20px 0 0 auto; margin: 20px 0 0 auto;
padding-right: 60px;
} }
#contact-form .form-submit-btn::before { #contact-form .form-submit-btn::before {
content: "\e65a"; content: "\e65a";
@@ -642,6 +668,7 @@ body.page-id-729 .custom-bg-v .elementor-widget-container::before {
height: 100px; height: 100px;
display: flex; display: flex;
align-items: center; align-items: center;
padding-right: 80px;
} }
#contact-form .wpcf7-spinner { #contact-form .wpcf7-spinner {
display: block; display: block;
@@ -798,4 +825,28 @@ body.elementor-page > div[data-elementor-type=single-page] {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 28px; font-size: 28px;
}
@media (max-width: 1024px) {
#center-header-box > .e-con-inner .center-header-box-logo {
flex: 1;
display: flex;
}
#center-header-box > .e-con-inner .center-header-box-menu > .elementor-widget-container > .elementor-nav-menu--dropdown {
position: absolute;
right: 0px;
left: auto;
top: 64px;
width: -moz-max-content;
width: max-content;
z-index: 1;
}
#center-header-box > .e-con-inner .center-header-box-menu .elementor-nav-menu .menu-item ul.sub-menu {
background: #f4f4f4;
}
}
@media (max-width: 1024px) and (max-width: 500px) {
#center-header-box > .e-con-inner .center-header-box-contact {
display: none;
}
}/*# sourceMappingURL=custom.css.map */ }/*# sourceMappingURL=custom.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -345,8 +345,6 @@ input[id^='eael-tabs-filter-type-'] {
position: absolute; position: absolute;
bottom: 7.8%; bottom: 7.8%;
// left: 0;
// right: 0;
counter-reset: list; counter-reset: list;
list-style-type: none; list-style-type: none;
@@ -363,6 +361,10 @@ input[id^='eael-tabs-filter-type-'] {
font-size: 24px; font-size: 24px;
font-weight: 700; font-weight: 700;
font-family: 'Manrope', Sans-serif; font-family: 'Manrope', Sans-serif;
@media (max-width: 900px) {
font-size: 20px;
}
} }
&:first-child { &:first-child {
@@ -450,6 +452,24 @@ input[id^='eael-tabs-filter-type-'] {
} }
} }
} }
@media (max-width: 1100px) {
left: 70%;
}
@media (max-width: 900px) {
left: 60%;
bottom: 6%;
}
@media (max-width: 768px) {
left: 50%;
transform: translateX(-50%);
}
}
}
.slide-text-box {
@media (max-width: 768px) {
bottom: 15%;
} }
} }
} }
@@ -750,7 +770,6 @@ body.page-id-729 {
position: relative; position: relative;
width: fit-content; width: fit-content;
margin: 20px 0 0 auto; margin: 20px 0 0 auto;
padding-right: 60px;
&::before { &::before {
content: '\e65a'; content: '\e65a';
@@ -776,6 +795,7 @@ body.page-id-729 {
height: 100px; height: 100px;
display: flex; display: flex;
align-items: center; align-items: center;
padding-right: 80px;
} }
} }
} }
@@ -973,3 +993,43 @@ body.elementor-page {
} }
} }
} }
#center-header-box {
@media (max-width: 1024px) {
> .e-con-inner {
.center-header-box-logo {
// order: 1;
flex: 1;
display: flex;
}
.center-header-box-menu {
// order: 3;
> .elementor-widget-container {
> .elementor-nav-menu--dropdown {
position: absolute;
right: 0px;
left: auto;
top: 64px;
width: max-content;
z-index: 1;
}
}
.elementor-nav-menu {
.menu-item {
ul.sub-menu {
background: #f4f4f4;
}
}
}
}
.center-header-box-contact {
// order: 2;
@media (max-width: 500px) {
display: none;
}
}
}
}
}