Home Forums WoodMart support forum My account Reply To: My account

#27865

Bogdan Donovan
Keymaster

Ok, please try to replace previous code with code snippet below.

@media (max-width: 1024px) {
	
	.my_account_orders .woocommerce-orders-table__cell-order-actions {
		font-size: 0;
	}
	
	body .my_account_orders .woocommerce-orders-table__cell-order-actions > a {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
		margin-left: 4px !important;
		margin-right: 0px !important;
	}
}

Regards