• http://snuffbox.org/category/wos

    What is causing the huge spacing between posts here? Been through the CSS and PHP and am just not seeing it. Is this a theme or a wp issue?

    When I look at the source for this page it seems like elements I’ve hidden using CSS could be the problem, if so how to remove their display instead if just hiding? Thanks, normally use Joomla and am more familiar with it, but wp worked better for this site. Appreciate any help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • At a quick glance it looks like you need to change the .hentry margins for your theme.

    .hentry {
    margin: 0 0 48px 0;
    }

    I’m guessing 48px is not what you want.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It’s the CSS for .hentry

    .hentry {
    	margin: 0 0 48px 0;
    }

    Instead of editing the twentyten/style.css (always a bad idea) make a child theme for Twenty Ten and edit the child theme’s style.css file instead.

    You can download a basic Twenty Ten child theme from http://quirm.net/themes/twenty-ten-child/

    Thread Starter mlankton

    (@mlankton)

    Thanks much guys. I was looking for a big margin number somewhere and missed that. I owe you.

    As Jan pointed out, using a child theme is always the preferred method for customizing themes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘twenty ten spacing weirdness’ is closed to new replies.