Home Forums Exoplanet Left and Right Button Texts Reply To: Left and Right Button Texts

#10465
Andy
Keymaster

If you just have a small amount of text and want to force it to two lines, try this Additional CSS

.slide-button-right {
    max-width: 140px;
    min-width: auto;
}

You will need to change the ‘140px’ value to suit your text, and it may not 100% work, but you could try it and see.