Gardener template - minor css bugs

I found some styling inconsistencies in the Gardener template:

  1. On mobile and tablet, the hamburger menu does not have any padding-right after the fold:



  2. On mobile, the third icon (#ed-7441191) does not have styling flex-basis: auto, like the other two icons:

Thank you.

Nice one, Richard. I have forwarded this to our template wizard :slight_smile:

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