Option to Show username My Account issue
-
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.
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;
}