sophic 0 Report post Posted November 24, 2009 Trying to bump everything over to the right. See image: http://skitch.com/jrharrell/ne5p9/right I contacted PageLines and found out that you can decrease the top margin with this css in the options section: `.entry {padding:2em 0 5px;}` Just need similar code like this for the right margin. Thanks! Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 26, 2009 This may be a different issue as those boxes are probably floated left. (the space is caused by the additive widths not margin) You might need to change the widths of those boxes. I'd look using FireBug to find the elements that need changing. Live links are the best way to help with something like that. Share this post Link to post Share on other sites