Support » Fixing WordPress » Tighten Up Post Spacing (Greyzed Theme)

  • Resolved Calvin

    (@cluracan)


    The design of my site is very short posts. I wanted to know how I could maybe tighten up the spacing of them on my home page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to modify the CSS in order for this to happen. Find the div that you need to “tighten up” and set it to not have a static height.

    Thread Starter Calvin

    (@cluracan)

    How do I do this?

    The answer was to modify your CSS, unfortunately if you are not familiar with CSS than this becomes much more difficult for you. I hate to be so cryptic, but without some CSS experience it is tough to just jump in and start messing with things willy nilly.

    What I would do is this: find out what the ID of the HTML element where the post content is output during execution of your index.php script (you can find this in appearance >> editor). Then, look for this ID in your style.css file and see if there is a static height set.

    ALWAYS make a backup before you make a change, just in case. DO NOT go changing things willy nilly unless you are confident that you know what you are changing, as it is very easy to delete the wrong thing and break your theme or make it behave extremely strangely.

    I would suggest that if you are not comfortable, that you explore the sites of your commenters for potential relationships of a more commercial nature.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tighten Up Post Spacing (Greyzed Theme)’ is closed to new replies.