Reply To: Location of “prices/booking” widget too much down in the page in mobile view

Support Forums Kampina Location of “prices/booking” widget too much down in the page in mobile view Reply To: Location of “prices/booking” widget too much down in the page in mobile view

#222
TigriWeb
Keymaster

Hi Yvan,

You can add to Appearance -> Customize -> Additional CSS custom CSS code:

@media (max-width: 991px) {
	.single-product .site__content__wrap.product {
		  display: flex;
		  flex-direction: column-reverse;
	}
}

Best regards,
TigriWeb Team