Display name in top header

Home Forums Legacy Support Support queries Styling issues Display name in top header

Tagged: 

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #178570
    dramalanguage
    Spectator
    Hi there The display name is displayed vertically in Internet Explorer. Appears vertically, which unnecessarily increases the height of the top header. In Chrome, the display name is displayed horizontally as normal. https://prnt.sc/l1owdnb https://prnt.sc/l1ox55 How can I make the display name appear horizontally in Internet Explorer?
    #178658
    Diana
    Participant
    @jungdchinese, Try pasting this custom css in wp-admin > Appearance > Customize > Custom CSS #headertop .smallimg img { border-radius: 50% !important; }
    #178809
    dramalanguage
    Spectator
    Unfortunately, this css code did not fix it. Can you give me another css code?
    #178842
    Diana
    Participant
    @jungdchinese, Yes, you are right. Please wait for my next reply
    #179120
    Diana
    Participant
    @jungdchinese, please add this css code in your custom css. Go to wp-admin ->Appearance -> Customize -> Custom css. .smallimg{ display:-ms-grid !important; } .smallimg img{width:20px;}
    #179125
    dramalanguage
    Spectator
    Unfortunately, this css code still did not fix it. I think this will need a css code to display the display name text horizontally. Can you give me another css code?
    #179343
    Diana
    Participant
    @jungdchinese, Paste this code in wp-admin > Plugins > Editor > Select WPLMS Customizer Plugin > wplms-customizer.php add_action( 'admin_init', 'adjust_profile_image_in_IE' ); function adjust_profile_image_in_IE(){ ?> <style> li#wp-admin-bar-user-info img{ width: 100%; } </style> <?php }
    #179454
    dramalanguage
    Spectator
    Unfortunately, this php code still did not fix it. Can you give me another code?
    #179492
    Diana
    Participant
    @jungdchinese, The same code is working fine on my test setup. Checked the code again and it is working. Can you please share your FTP credentials so I can check the code on your site as well and will add a fix if required. P.S. Mark your reply as private while sharing the credentials
    #179602
    dramalanguage
    Spectator
    This reply has been marked as private.
    #179787
    Diana
    Participant
    This reply has been marked as private.
    #182069
    dramalanguage
    Spectator
    This reply has been marked as private.
    #182349
    Diana
    Participant
    This reply has been marked as private.
    #182996
    dramalanguage
    Spectator
    This reply has been marked as private.
    #183296
    Diana
    Participant
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 23 total)
  • The topic ‘Display name in top header’ is closed to new replies.