How can I make the text on the topbar-left all the way to the left?
alex-feng Hi Add this code in custom.css to change the width
.t3-topbar .container {width:100%;}
I added .t3-topbar .container { width: 100%; } to the custom.css as shown in the attached file. But I do not see any change.
alex-feng Hi. Kindly remove the space between class names
.t3-topbar.container {width:100%;}
I did but no change.
alex-feng Hi Its already working on your site. Kindly clear browser cache and check the page http://prntscr.com/11ew4g7
Great. Thank you.