Login/username position on header
-
Dear staff, how can move on left of the icon for login/username text?
Attachments:
You must be
logged in to view attached files.
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
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.
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