Site logo

Archived topic

left side Menu icon, center Logo and Right side Search icon in Mobile Header

5 replies · Started by Immi on July 23, 2018

Viewing posts 1–6 of 6

Hello,Team i want to get Menu Icon appear on the left side, logo want appear in middle and magnifying glass search icon in right side. on mobile devices
How to get this. Please help

not working properly i have also attached screen shot plese have a look **

Add this CSS as well:

#mobile-header .mobile-bar-items {
    margin-left: auto;
}

Thank you so much work perctly.

Can you help me one more. when i click on magnifying glass search icon. search box field open like this attachment pictures. **

Give this CSS a shot:

.navigation-search.nav-search-active {
    max-width: 400px;
}
.navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus {
    background-color: #fff;
}
.navigation-search input {
    opacity: 1;
}
This archived topic is closed to new replies.