Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1386439
how can you modify the line break of a text?
Closed

Comments

  •  1
    Pedro started the conversation

    how can you modify the line break of a text? I want to make the separation of the text that appears in the example image smaller

    if I need a CSS code indicate which and where to place it?

    <div class="page-title-about">
    <h2>Text 1</h2>
     
    <h2>Text.</h2>
    </div>
  •  7,280
    Oliver replied

    HI!

    pls. give me link to this page

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
  •  7,280
    Oliver replied

    CSS:

    .page-title-about h2 span {
        line-height: 100px;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
    Pedro replied

    the code works

    Thank you
  •  7,280
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver