• I have two buttons on the front page that I would like to break the text into two lines so it’s not so long or break in a weird spot on its own. I tried adding
    <br /> where I wanted the line to break but nothing happened.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Halo,

    Do you using gutenberg editor?

    On the button, after you typing text1, push button shift and enter, then finish your text2.

    Thx

    .carousel .buttons {
    width: 100%;
    margin: 0 auto !important;
    max-width: 39%; (Change this what you want)
    }

    Please Try this

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line Break in Button’ is closed to new replies.