Jump to content
Sign in to follow this  
andulka

Adding space between top of page and the post title

Recommended Posts

Jenny
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
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
Some extra space before the first post is what I'm after. :-)

Share this post


Link to post
Share on other sites
andulka
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×