Home › Forums › WoodMart support forum › First Name – Last Name Switch First Name – Last Name Switch This topic has 7 replies, 2 voices, and was last updated 2 months, 3 weeks ago by Hung Pham. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts September 16, 2024 at 9:49 am #597618 dobsaservParticipant I am creating and using a Hungarian language website, and I would like to switch the order of the first name and last name at checkout, for both billing and shipping information, so that the last name appears first, followed by the first name. Thank you for your help. September 16, 2024 at 12:17 pm #597670 Hung PhamKeymaster Hi dobsaserv, Thanks for reaching to us. Please provide URL of the mentioned page, so I can take a closer look. Regards, September 16, 2024 at 2:35 pm #597717 dobsaservParticipant OK: September 17, 2024 at 7:21 am #597840 Hung PhamKeymaster 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, September 17, 2024 at 9:37 am #597877 dobsaservParticipant thanks! and mobile? September 18, 2024 at 8:41 am #598138 Hung PhamKeymaster Hi dobsaserv, If you want to apply for all devices, so you can put code into Global CSS section. Regards, September 18, 2024 at 8:55 am #598153 dobsaservParticipant I understand this, but on mobile, it places the two fields side by side, which is problematic on a smaller screen. September 19, 2024 at 9:16 am #598475 Hung PhamKeymaster Hi dobsaserv, On the mobile, fields are placed one by one, so you want to place Last name above? Regards, Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register