Home Forums WoodMart support forum Option to Show username My Account issue

Option to Show username My Account issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #57969

    RobertP
    Participant

    Hello,

    If, in Header Builder, I configure the settings to the Account so as to “Show username”, it will show by default something like “Hello, Username”.

    The issue here is that on Mobile/Tablet devices, there is no space between the comma and the username, thus showing like this: “Hello,Username” (please see attachments of both Desktop and Mobile displays).

    It looks really unprofessional and this really bothers me, can you please help me out with it? How can I correct it?

    Many thanks!

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

    Joe
    Participant

    Same issue on my site.

    #58004

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .site-mobile-menu .my-account-with-username > a > strong {
          margin-left: 5px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)