• Resolved rana2u

    (@rana2u)


    How do I reduce the point size for the post headlines/titles on the Thematic theme please? I would also like to reduce the spacing between the post headline/title and the post entry and between the post entry and the post footer. How do I do that please? And how do I reduce the space between the blog header/title and the blog posts?

    I like the Thematic theme but know very little HTML and no CSS at all.

    Could someone please help? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • for space between the menu and page(post and sidebar both) will be reduced by changing the css named default.css line no. 210

    #main {
    clear:both;
    padding:16px 0 27px;
    }

    here 16px is from top and 27px is from the bottom i.e. the footer.
    please change this css as

    #main {
    clear:both;
    padding:the value in pixel which suits you 0 27px;
    }

    then line no 292 change the padding again to a value you want
    like

    .entry-content {
    padding:0 0 0;
    }

    this will solve your problem

    Thread Starter rana2u

    (@rana2u)

    Thank you. The space is much reduced now, thanks to your suggestion. I am sorry I didn’t reply earlier. I just got around to doing it today and it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce point size and line height/space for Thematic theme?’ is closed to new replies.