The confirm your reservation page is not displaying correctly

Hi,

Please try this CSS snippet:

@media only screen and (max-width: 47.99em) {
	.hp-template .hp-row {
		flex-direction: column-reverse;
}
}

Please note that it can require further customization.

1 Like