I found some styling inconsistencies in the Gardener template:
-
On mobile and tablet, the hamburger menu does not have any padding-right after the fold:
-
On mobile, the third icon (#ed-7441191) does not have styling flex-basis: auto, like the other two icons:
Thank you.
Andre
2
Nice one, Richard. I have forwarded this to our template wizard 
Andre
3
Hey @Richard_Honey - we have added a fix to the template. Thank you for bringing this to our attention.
What was added:
&.sticky {
@media screen and (max-width: $breakpoint-xs-max) {
> .inner { padding-right: 1rem; }
}
}
1 Like