Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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,092
    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,092
    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