Hello,
I have an issue with my header icons on mobile view
On all iPhone my search icon appears on top of the drawer menu
On some mobiles it appears like this
Can you please help to keep it fixed on all types of phone
Hello,
I have an issue with my header icons on mobile view
On all iPhone my search icon appears on top of the drawer menu
On some mobiles it appears like this
Can you please help to keep it fixed on all types of phone
Hi,
Hope this will help
Apply a Fix in CSS
CSS example
@media only screen and (max-width: 768px) {
.header__icon--search {
position: absolute; /* Keeps it inside the header */
right: 15px; /* Adjusts spacing */
top: 50%; /* Aligns it vertically */
transform: translateY(-50%); /* Ensures it stays centered */
z-index: 999; /* Ensures it appears above other elements */
}
}
Clear cache and check on all devices
its still not good on iphone