How to make longer for the topbar area

Home Forums Legacy Support Support queries How-to & Troubleshooting How to make longer for the topbar area

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #239360
    xyz911
    Spectator
    Hello, I want to know how to make longer for the topbar aera(I note in red in screen shot). Because the contact information is long, so it breakes the line and jump to the second line. Refer: https://prnt.sc/qnmg1x Thanks
    #239415
    logan
    Member
    Hello, use this custom css in wp-admin >> appearance >> customize >> custom css. div#headertop .headertop_content { font-size: 10px !Important; } refer: https://share.getcloudapp.com/Jru7pPyb
    #239444
    xyz911
    Spectator
    Thanks, it looks great. How about the English version? When I switch to English version, it seems not be changed.
    #239468
    Veronica
    Moderator
    use this one: html.translated-ltr div#headertop .headertop_content { font-size:9px !important; } html.translated-ltr div#headertop .container .row .col-md-4.col-sm-3.col-xs-4 { padding:0px !important; } refer this one:http://prntscr.com/qo0m3m
    #239486
    xyz911
    Spectator
    Thanks, however, it put it tin css custom, but nothing changed. https://prnt.sc/qo1r33
    #239569
    logan
    Member
    For this: https://chinesestudyonline.com/ use this css: div#headertop .col-md-4.col-sm-3.col-xs-4, div#headertop .col-md-8.col-sm-9.col-xs-8{width: 50% !important;} div#headertop .headertop_content { font-size: 12px !Important; } refer: https://share.getcloudapp.com/Jru7prN6
    #239633
    xyz911
    Spectator
    It's perfect, Thank you!
    #239697
    logan
    Member
    closed. best regards.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to make longer for the topbar area’ is closed to new replies.