Need the CSS code to add to bring a post title closer to the start of the entry in the Twenty Eleven theme.
The blog I need help with is theopensuitcase.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Need the CSS code to add to bring a post title closer to the start of the entry in the Twenty Eleven theme.
The blog I need help with is theopensuitcase.wordpress.com.
I would do the following which will target the single post pages since that appears to be where you have a large gap. Adjust the top padding value as desired.
.single .entry-content {
padding-top: 1.625em;
}
Also, please post CSS related questions in the CSS forum since those that help with CSS look there first and might miss your question if it is in other forums.
Thank you and will use the CSS forum for these types of questions going forward!
You are welcome, and I've flagged this to have it moved over there.
This topic has been closed to new replies.