Reply To: Search bar/icon on mobile device
Home › Forums › Agama Pro › Search bar/icon on mobile device › Reply To: Search bar/icon on mobile device
May 13, 2020 at 6:56 pm
#26676
Moderator
Hello, Maddy!
This option has already been added to the new version of the theme (Current theme version is 1.4.9.3) just update your theme and you will see it.
Since we are redesigned the header in the mobile view, and now the Logo and menu are in the same line, if you want to have mobile menu below your logo (as you currently have), you need to insert additionally following codes into Customizing->General->Additional CSS:
.mobile-menu-icons{
position: relative!important;
margin:10px;
right:0px!important;
}
#agama-logo{
flex-direction: column!important;
}
Regards