Site logo

Archived topic

Buttons get squished in tablet mode

3 replies · Started by Leif on April 16, 2019

Viewing posts 1–4 of 4

When I move into a smaller window mode the text in my buttons get squished instead of wrapping to another line
see the button on the right

Other text wraps so I dont know why that happens

Is there a way to stop it? I really just care that the text doesnt get covered.

thanks!

Hi there,

try this CSS:

#mc-embedded-subscribe {
    white-space: normal;
}

right on!
thanks

You're welcome

This archived topic is closed to new replies.