[Theme : TwentyTwelve] Removing white space in between posts
-
Hey everyone! I’m currently modifying the TwentyTwelve theme using a plugin allowing me to add on css. I am however now stuck on how to get rid of some white space in between posts on the homepage. My site is techneversleeps.com. When on the homepage, you will see that below the first post, the “Lorem Ipsum” post has a lot of white space above the title. This always happens for all the posts except the first one.
Here is what I added to the CSS:
#page { margin-top: 18px; } .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { border-radius: none!important; box-shadow: none!important; } .site-header { margin-top: -20px; padding: 0; } .nav-menu { margin-top: -25px; } #page { margin-top: 18px; } article.sticky .featured-post { display: none; } .entry-header .entry-title a { color: grey; }
The first post on the homepage is a sticky by the way. Any help is greatly appreciated! ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Theme : TwentyTwelve] Removing white space in between posts’ is closed to new replies.