New Landing How can we help? Themeforest Theme Support Uplift Edit space between lines on a text block

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #294204
    alelordelo
    Member
    Post count: 155

    How can I edit the space between the those 2 sentences?

    https://gyazo.com/09d918fadbe354b323dcd52611f6ce46

    tstudio.io

    #294207
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In the edit of the text, change to html mode instead visual and you will need to add a specific class to the text on top or below so we can add some padding between them.

    <h1><span class="custom-heading-space">Explore our branding collections</span></h1>

    Then you can use this css in the custom css options

    .custom-heading-space{
      padding-bottom: 60px;
    }
    

    Give it a try and adjust the 60px values to your desired size.

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register