Add details page after booking/mobile issue

Hi,

Can I please get a code snippet to swap the order of the display of the add details page.

The issue I have is when I press the book now button it shows the listing block and below it is the add details area but it can’t be seen unless the user scrolls down. It would be best to have the add details first and then the listing below as it may cause the user to exit out thinking the page didn’t direct them to anything.

Thanks

Please try this CSS snippet but please note that it can require further customization

@media screen and (max-width: 47.99em){
	.hp-template--booking-make-details-page .hp-page__sidebar{
		order: 1;
	}
}
2 Likes

That worked. Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.