Home Forums WoodMart support forum First Name – Last Name Switch Reply To: First Name – Last Name Switch

#597840

Hung Pham
Keymaster

Hi dobsaserv,

Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Desktop:

@media (min-width: 1025px) {
	html[lang="hu"] p.form-row-first#billing_first_name_field,
	html[lang="hu"] p.form-row-first#shipping_first_name_field{
		float: right;
	}

	html[lang="hu"] p.form-row-last#billing_last_name_field,
	html[lang="hu"] p.form-row-last#shipping_last_name_field{
		float: left;
	}	
}

Regards,