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

@@ -345,8 +345,6 @@ input[id^='eael-tabs-filter-type-'] {
position: absolute;
bottom: 7.8%;
// left: 0;
// right: 0;
counter-reset: list;
list-style-type: none;
@@ -363,6 +361,10 @@ input[id^='eael-tabs-filter-type-'] {
font-size: 24px;
font-weight: 700;
font-family: 'Manrope', Sans-serif;
@media (max-width: 900px) {
font-size: 20px;
}
}
&: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;
width: fit-content;
margin: 20px 0 0 auto;
padding-right: 60px;
&::before {
content: '\e65a';
@@ -776,6 +795,7 @@ body.page-id-729 {
height: 100px;
display: flex;
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;
}
}
}
}
}