Text Line Spacing Help

Discussion in 'ColorWay WordPress Theme' started by knleib, Jun 19, 2015.

  1. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    How can the text line spacing be adjusted in my blogs so it is condensed? See screenshot. Thank you.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.single li p {
      margin-bottom: 5px !important;
    }
    Thanks,
    Praveen
     
  3. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Thank you. This helps with the look however when I edit it to make spaces between lines (where I want them), it wont' update as such.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Kristin!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.single li p {
      line-height: 2 !important;
    }
    Thanks,
    Praveen
     
  5. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Sorry- still not displaying correctly. For example, if I create a bold title with text below and then space followed by another bold title with text, there is no line spacing showing up still.
     
  6. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Any help here? I am having trouble with my blog posts looking professional as there are limited options to edit like you would in a word document. My images have text lining up right next to them and I can't adjust. And this line spacing issue as well as not being able to adjust the font size in places. This is probably due to my lack of coding knowledge but any help would be appreciated. Thanks.
     
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Kristin!

    Don't worry about your coding skill, we are here to assist you.

    Where do you want to show the text next to the images?

    As far as the line spacing issue is concerned, create some edited screenshot showing the exact view that you exactly want and provide us. We will assist you to adjust the line spacing.


    Thanks,
    Praveen
     

Share This Page