Home Forums WoodMart support forum Login/username position on header

Login/username position on header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #309297

    chiarelliarreda
    Participant

    Dear staff, how can move on left of the icon for login/username text?

    Attachments:
    You must be logged in to view attached files.
    #309350

    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

    #309458

    chiarelliarreda
    Participant

    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.

    #309604

    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

Viewing 4 posts - 1 through 4 (of 4 total)