☰ and ˟ are not fit for mobile.
Replace in template.html
with
[code]
<button class="hamburger...
Replace in template.html
Code: [Select]
<button class="hamburger">&#9776;</button>
<button class="cross">&#735;</button>
with
[code]
<button class="hamburger...