Splash banner - text

"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?

Quote · 16 Dec 2016

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
Quote · 17 Dec 2016

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.

 

Quote · 20 Dec 2016

No one else having this question ?

Quote · 21 Dec 2016

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
Quote · 31 Dec 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.