• Resolved jeremybingham

    (@jeremybingham)


    I am wondering, is there a theme or CSS coding set-up that will allow me to keep each post from being in it’s own seperate box….I am trying to drop shadow the post section without creating a seperate DIV shadow box, and it works and looks great with 1 post on the site, but not with multiples….

    Here is what I have currently:

    http://www.militree.com/Blog

    You can see I tried to use borders to give the posting section a drop shadow feel….but once I made multiple posts, the posts all went into seperate DIV’s….How can I fix this, or is there a theme that already avoids this….

    Thanks so much for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try starting your div container before The_Loop and closing it after the loop (in your theme’s index.php).

    Thread Starter jeremybingham

    (@jeremybingham)

    I made it work….

    What I did was give the bottom Margin a -9px

    and I gave the bottom border a 6Px size

    That way, there is a -3 gap between posts, and the only visable border is on the bottom post….

    Works like a charm

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Question about multiple posts’ is closed to new replies.