Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #173920
    javadth
    Participant

    hi

    how can I set height between the lines?

    using : line-height: 139%; but it put height between the paragraphs , i want height between he lines

    #173956
    sapana
    Participant

    @javadth: Can you please send me screenshot where you want to set the height so that I can look into that issue and provide you with possible solution.

    Kind Regards,
    Sapana

    #173971
    Aqsa AK
    Participant

    I had the same Issue which I faced while managing the uneven gap. You can connect to one website that can either fix it or make it look and performed much better because of such flexible solutions.

    #173994
    javadth
    Participant

    @sapana here a screenshot

    yellow space i want to give more height

    #174027
    sapana
    Participant

    @javadth: Can you try adding this code,May be this is what you are looking for.
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    p {
        line-height: 2;
    }

    You can increase the number of line height as per your requirement.let me know if this works out!

    Kind Regards,
    Sapana

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘height between the lines’ is closed to new replies.