Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13501

    Hi Sakin,
    when I post on the blog I feel the spaces are to big. They are not single spaces. In the sentences I feel they are to close and so with the paragraph. If I space between paragraph it automatically uses double spaces and so forth, and so the gap is to big. Is there any way I can change/control that?
    my website is http://www.hopelovefreedom.com

    Thanks.

    #13530
    Sakin
    Keymaster

    @hopelovefreedom: are you talking about paragraph spacing, then you can adjust the margin button as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    p { margin-bottom: 20px; }

    #13583

    thank you Sakin. It’s works fine..
    Another question: How do I reduce the space between replies on the blog? When people comment and I reply the space is to far away.

    #13598
    Sakin
    Keymaster

    @hopelovefreedom: You can adjust the margin and padding in the following CSS and adding the CSS in “Appearance => Theme Options => Custom CSS” box.

    .comments-area article {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #13724

    Excellent Sakin. Works good.
    Muchas gracias.

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