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.
Thanks, that's working but it make an another problem, the text base logo looks now like this:You'll need to edit logo_block template, slight change:
Move the opening and closing <a>
View attachment 6112
To this position:
View attachment 6111
Where must I add these codeYou can just use this for the css class:
Code:.p-header-logo a
.p-header-logo a {
display: block;
max-width: @xf-pageWidthMax;
}