• Resolved agracefulaurora

    (@agracefulaurora)


    Hi, this plugin is almost 100% perfect for what I needed with one minor issue, I know normally you wouldn’t have a lot of text in the header like this, but our organization specifically wants it to say “RAPID EMERGENCY RESPONSE” or even more preferably “FOR RAPID EMERGENCY RESPONSE CLICK HERE” on the right side menu. Obviously one can only shrink font so much in size before it becomes unreadable, but if I could just break the line into two rows at the least, maybe even three, it would be exactly what we need.

    Is this at all a possibility?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @agracefulaurora,

    I replied your email 9 days ago, not sure if you received it.
    Here is my reply again.

    “The best I can do is to break it 3 lines using the break-word CSS property.”
    ?

    .right-menu-icon-text {
        width: 60px!important;
        word-break: break-word;
    }
    Thread Starter agracefulaurora

    (@agracefulaurora)

    Yes thank you, your e-mail ended up in my spam box so I missed it!

    That fix works great for what we need, thanks again for an awesome plugin.

    Plugin Author Rui Guerreiro

    (@takanakui)

    I’m glad it’s sorted. Thanks for the kind words and nice review.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forcing Text Before Icon Into Multiple Rows’ is closed to new replies.