• Enviroment:
    Version: WordPress 3.0.3
    plugins:
    Amikelive Google Adsense Widget
    Facebook Members
    HeadSpace2
    NextGEN Gallery
    SexyBookmarks (by Shareaholic)
    Tweet Blender
    TweetMeme Retweet Button
    W3 Total Cache
    WP-PageNavi
    WP125
    WPtouch

    site:
    http://secretoso.com/

    Gossip site not really NSFW

    style.css:
    http://pastebin.com/embed_js.php?i=rM1wtM8C

    theme:convergence

    well i search for this topic and founded several solutions i tried all and i just got the space reduced between header and first post doing editing this part of the code:

    at line 184 margin: 0px 0 0;

    first value (0px) is the space between the header and first post.

    most of the solutions that i found said that i have to edit margins i tried to move all the margins that i found ( trial and error) but still the posts remaind separated by 27px ( i search 27px in the code and changed the only value found and nothing

    any idea? tnx

Viewing 1 replies (of 1 total)
  • Look in style.css approximately line 461 for the .box class. Its margin reads: margin: 0 0 28px; which means “top margin 0, right margin 0, bottom margin 28px;” Change the 28 to whatever looks good to you.

    BTW, Firefox + Firebug extension is the tool for figuring this type of stuff out.

Viewing 1 replies (of 1 total)
  • The topic ‘Change space between posts editing style.css’ is closed to new replies.