1. is it correct that the ajax search field , which does show up behind the menu, doesnt show up on a mobile phone? why not?
2. on my tablet the search field appears under the menu, on a ‘new line’ . how to get it behind the menu? see image
Hey jelle,
1- Please refer to my post here – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759
2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1300px) {
.container.av-logo-container {
max-width: 100%;
margin: 0;
padding: 0;
}}
Best regards,
Yigit