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

View File

@@ -310,6 +310,11 @@ input[id^=eael-tabs-filter-type-]:checked::after {
font-weight: 700;
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 {
content: "";
position: absolute;
@@ -378,6 +383,28 @@ input[id^=eael-tabs-filter-type-]:checked::after {
left: 15px;
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 {
display: flex;
@@ -619,7 +646,6 @@ body.page-id-729 .custom-bg-v .elementor-widget-container::before {
width: -moz-fit-content;
width: fit-content;
margin: 20px 0 0 auto;
padding-right: 60px;
}
#contact-form .form-submit-btn::before {
content: "\e65a";
@@ -642,6 +668,7 @@ body.page-id-729 .custom-bg-v .elementor-widget-container::before {
height: 100px;
display: flex;
align-items: center;
padding-right: 80px;
}
#contact-form .wpcf7-spinner {
display: block;
@@ -798,4 +825,28 @@ body.elementor-page > div[data-elementor-type=single-page] {
align-items: center;
justify-content: center;
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 */