Skip to content

Reverse button order of full template in mobile view

In mobile view the "accept only essential cookies" button is shown first. It is preferable to show the "accept all" button first.

To do this, simply set

.sg-cookie-optin-box-button {
	@media (max-width: $screen-md-max) {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
Edited by Tim Wagner
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information