Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi,
i can´t find the way to fix it. Any ideas ?
In FA+ ->
View attachment 3292
In FA it´s correct ->
View attachment 3293
.Menu #searchBar {
max-width: 100%;
}
This has been adjusted in our next release but it's due to having a % as a max-width.
Try this in extra.css:
Code:.Menu #searchBar { max-width: 100%; }