I am not sure whether its html or css or both so I will post here. I sure you guys are far better than me in css/html. This is the site I'm working on http://www.justanotherdesignblog.com/ I'm trying to increase the space in between each item but I can't seem to find the css/html for it css: http://www.justanotherdesignblog.com/css/style.css Any help would be greatly appreciated! PM Its fixed now nvm
Your css is not there .. it is at http://www.justanotherdesignblog.com/wp-content/themes/grid-a-licious/style.css but it has nothing to do with it.. The distance between the blocks is done through javascript the file you want is this : http://www.justanotherdesignblog.com/wp-content/themes/grid-a-licious/scripts/grid-a-licious.js in there on of the first variables is var GAP = 33; this is the one you should change.. take care