Home › Forums › WoodMart support forum › Login/username position on header Login/username position on header This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 28, 2021 at 3:56 pm #309297 chiarelliarredaParticipant Dear staff, how can move on left of the icon for login/username text? Attachments:You must be logged in to view attached files. July 28, 2021 at 11:32 pm #309350 Elise NoromitMember Hello, You can change the place of the element in the Header builder. Find our documentation tutorial about this here: https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/ If you have any questions please feel free to contact us. Best Regards July 29, 2021 at 9:36 am #309458 chiarelliarredaParticipant Don’t find what I want. I wanna change the position of the text “CIAO, ADMIN” on left of LOGIN ICON, not on his right. July 29, 2021 at 10:25 pm #309604 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: For my account only: .wd-header-my-account.wd-tools-element > a { flex-direction: row-reverse; } .wd-header-my-account.wd-tools-element > a span{ padding-right:5px; } For all icons there: .wd-tools-element > a { flex-direction: row-reverse; } .wd-header-my-account.wd-tools-element > a span{ padding-right:5px; } Please chose the code you want. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register