made header

This commit is contained in:
mesafal
2025-02-19 18:04:31 +05:45
parent 0bbe32b785
commit 33205c341a
5 changed files with 42 additions and 22 deletions

View File

@@ -197,7 +197,12 @@
transform: scale(1.1);
}
}
@media (max-width:768px) {
.header-1 .header-main .header-left{
margin-left: 20px !important;
}
}
.header-1 .header-main .header-left {
display: flex;
align-items: center;
@@ -216,7 +221,8 @@
@media (max-width: 768px) {
.logo {
position: absolute; /* Or fixed if you want it to stay while scrolling */
width: 100px !important;
height: 43px !important;
right: 1px; /* Position it on the right side */
z-index: 10; /* Ensure it's on top of other content */
}

View File

@@ -6020,6 +6020,13 @@ input.main-search-input::placeholder {
padding: 0 30px;
}
}
@media (max-width:768px) {
.car-slider-wrapper .car-slider-image{
height: 220px !important;
}
}
.car-slider-wrapper .car-slider-image{
height: 150px;
object-fit: cover;
@@ -6028,6 +6035,7 @@ input.main-search-input::placeholder {
width: 100%;
height: 100%;
border-radius: 10px;
object-fit: cover;
}
.car-list-items {