andulka 0 Report post Posted October 14, 2011 I'd like to add more space between the top of the page and the post title on the homepage, how can I do that? The page in question is here: http://www.fluteofshame.com/ Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 14, 2011 I'm not really sure which section in particular you're talking about so I'll provide a few options just in case. Use the following custom CSS to add more space below the navigation but before the posts: [code] #site #contentborder { margin-top: 10px; } [/code] To add more space above your header image, use the following: [code] #header { padding-top: 40px; } [/code] Change the size as needed. Other than that, I'm not really sure what you're asking for so if one of the other options doesn't help, please provide more specific information. A graphical representation would be great. Hope that helps! ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
Rob 547 Report post Posted October 14, 2011 Andulka, Do you mean between the top margin of the site and header image? Or, do you want more space above the first post title listed? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
andulka 0 Report post Posted October 18, 2011 Some extra space before the first post is what I'm after. :-) Share this post Link to post Share on other sites
andulka 0 Report post Posted October 18, 2011 Simple-mama, thanks for the codes, sorry for not being clear. The first code moves the entire text section down and adds more background space between that and the navigation section. What I'm looking for is more space inside the text box, that is the top of each section (or just the first one, if possible) and the header. Not sure if that clarifies it any... Share this post Link to post Share on other sites
Kate 3 Report post Posted October 18, 2011 More of what you're thinking? [code]#site #column-main .mcolumn-pad{padding-top:100px;}[/code] If so, you can simply adjust the value for "padding-top". Share this post Link to post Share on other sites