Mobile Responsiveness Issues

  1. On mobile, when going to your ‘Received Orders’ page, the listed orders cuts off on the right of the screen. In this case the date (screenshots attached).

  1. When clicking on an order to view the details, the ‘Contact Buyer’ and ‘View Request’ buttons overlap (see screenshot).

  1. Please try this CSS snippet but please note that it can require further customization
@media screen and (max-width: 47.99em){
	.hp-template--orders-edit-page .hp-orders td{
		padding: 0.2rem;
	}
}
  1. Please try this CSS snippet but please note that it can require further customization
@media screen and (max-width: 400px){
	.hp-template--order-edit-page .hp-order__actions > a{
		width: 100%
	}
}

If you are not familiar with the code customization then please consider hiring someone for custom work https://fvrr.co/32e7LvY

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