Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18153

    I’ve noticed that the amount of space /typeface between my paragraphs are a bit higher than other blogs. How can i make it smaller? kindly take a look at my blog and recommend what size should i use.

    Thank you!

    insanelydivine.com

    #18171
    Sakin
    Keymaster

    @insanelydivine: I see that you have removed the border that is why it is showing big gap. You can add the following CSS in “Appearnace => Theme Options => Custom CSS” box.

    #content article {
        margin-bottom: 0;
        padding-top: 0;
    }
    #18202

    I didn’t mean the spacing/gap between boxes or widgets…but i will ask that later too.
    If you look at my recent post, the space between the paragraph is bigger…i just want the paragraphs to be closer to each other

    #18211
    Sakin
    Keymaster

    @insanelydivine: You can add the following CSS in “Appearnace => Theme Options => Custom CSS” box to reduce it.
    p { margin-bottom: 10px; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to make spacing between paragraphs smaller’ is closed to new replies.