"Be the gift you bring!" shows up on 1 line in the banner.
When I change this text to something else, it makes 2 lines from it. How can I make another text show up in 1 line?
"Be the gift you bring!" shows up on 1 line in the banner.
When I change this text to something else, it makes 2 lines from it. How can I make another text show up in 1 line? |
It maybe you need to make font text smaller to fit it in one line, you can try to use HEAD injection to insert custom CSS styles to make text smaller. Rules → http://www.boonex.com/terms |
Hi Alex,
My text is only containing 2 words and not as wide as the original text. Though I can't manage to get the words on 1 line, they always split up in 2 lines.
|
No one else having this question ? |
I would suggest to add the following in Admin Panel > Settings > Basic Settings > Injections > HEAD injection: <style> body div.bx-splash-txt-l1 h1 { white-space: nowrap; } </style> Rules → http://www.boonex.com/terms |