How can I prevent letters in my announcement bar from being cut off?

The letters in my announcement bar is cut off, how can I make it show fully?

Hello @boxingcentral ,

Please add the below mentioned code in the end of your theme.css file for making desired change in the announcement bar.

span.announcement-link-text {
padding: 10px;
}

[Please feel free to change the padding pixel as per your needs.]

Output → https://prnt.sc/3jJLAUCNNyT9

I hope the code helps

Please let me know if you have any query.

Thank you.