Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19480
    Alex
    Member

    I would like to (1) reduce the font size of the titles of each post, (2) reduce spacing between different posts on a “category” page, (3) decrease the space between paragraphs (p), and (4) increase spacing between each post in the “Recent Posts” widget in the side bar. Could you show me how?

    Thanks,
    Alex

    #19481
    Alex
    Member
    #19485
    Sakin
    Keymaster

    @Alex: You can play with the sizes as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Post Title Font Size */
    .entry-header .entry-title { font-size: 30px; }
    /* For Spaces Between Posts */
    #content .hentry { padding-bottom: 50px; margin-bottom: 50px; }
    /* For Paragraph Spacing */
    #content .hentry p { margin-bottom: 50px; }
    /* For Recent Post Widgets */
    .widget_recent_entries ul li { padding-bottom: 10px; }
    #19502
    Alex
    Member

    Much appreciated, Sakin! Everything else has worked, but the font size of the post titles did not change. Any ideas?

    Thanks!!!

    #19508
    Sakin
    Keymaster

    @@Alex: I just check in your custom CSS but cannot see the changes you have added. Please add in “Appearance => Theme Options => Custom CSS” box and it will work.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Paragraph spacing and font size’ is closed to new replies.