Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2946
    kangooloss3
    Member

    Dear developer,

    How to decrease the padding under the post image (or height of the post container) in post container for every post on main page? I want the post container to end right under the image – without the empty space (where usually the “Posted in…” text is located.

    Also – how to decrease the padding above post title?

    Please see the image in the link below for details:

    http://imageshack.us/photo/my-images/132/postxi.png/

    Best regards

    #2954
    Sakin
    Keymaster

    @kangooloss3: You need to send me your site URL to send your the CSS that you can add in your Theme Options under Appearance Tab in your WordPress Dashboard.

    But you can try the following css:

    /* For padding below */
    .hentry { padding-bottom: 0; }
    /* For padding top */
    .entry-header hgroup .entry-title { padding-top: 0; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Post preview height and padding’ is closed to new replies.